How to code a good web page

  1. Sketch your design so you know where you're headed
  2. Use proper HTML5 tags
  3. Create boxes/containers for various sections of your page(s)
  4. Use CSS to format your pages

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