Class of L
Class Topics
- Class 1:
- Discussed Git vs. Github
- HTML Review
- HTML New Elments: input (checkbox, using placeholder), label, article, code
- Class 2:
- Introduced Styling (inline vs. style-element)
- Class 3:
- More Styling (externally linked CSS file)
- Positioning and Layout: Tables and Divs
HW
- HW 1:
- Sign-up for freecodecamp.com
- Complete the "Getting Started" challenges
- Complete the first 20 challenges of HTML5 and CSS (the Front-End portion)
- Create 2 or 3 wireframes (grahics or drawings) of individual pages (suggestion is: welcome/homepage screen, sign-up page)
It would help if you sign-up with a Github account.
Some entrepreneurial work:
- HW 2: Try again + refactor the above HW from HW 1
- HW 3:
- Try again + refactor above HW 2
- Use The CSS Diner (link here) to complete to Level 10
Exercises
- Class 1:
- More work on
HTML_Basics.html
- More work on
- Class 2:
- Use
Practice_CSS.htmlto practice inline styling, CSS Selectors, and special CSS properties.
- Use
- Class 3:
- Use
tic_tac_toe.htmlandtic_tac_toe.cssto practice CSS and fun with tables and divs.
- Use
Resources
- Git: Git Resource
- The Mozilla Developer Network (MDN): HTML, CSS, JavaScript (and more)
- CSS: CSS Reference