6

Float

CSS Coding for Structure

Tags normally used for structure

  1. <header>
  2. <nav>
  3. <main>
  4. <article>
  5. <section>
  6. <footer>
  7. <aside>

However, any name can be used for a class or ID <div> (division) tag. When using divs do make sure you add HTML comments at the end div. Otherwise it is very easy to forget which end div goes to what element. </div>
Common CSS attributes / properties…

Uncommon CSS

Rare