How to code a good web page
Sketch your design so you know where you're headed
Use proper HTML5 tags
Create boxes/containers for various sections of your page(s)
Use CSS to format your pages
Keep a list of often-used CSS properties (and values)
Look for similar examples in textbook
Use W3Schools for help with CSS properties
Often-used CSS
Property
Value(s)
What it does
display
inline/block
change inline elements to block and vice-versa
background-color
any color
helps to see boxes when developing your page
float
left/right
push box to left or right