logo

Topics to Learn

HTML & CSS

HTML

Basics

  1. Block element and inline element
  2. Element
    1. Void elements
    2. Container Element
  3. Attributes
    1. boolean attributes
    2. lang attribute
  4. Nesting
  5. <!DOCTYPE html>
  6. head
    1. <meta>
    2. <meta charset="utf-8">
    3. Adding an author and description

VS

  1. h1 vs title in head
  2. <em> vs <i>
  3. <b> vs <strong>

GOOD TO KNOW

  1. Whitespace
  2. entity references
    1. < \&lt;
    2. > \&gt;
    3. \&quot;
  3. Open Graph Data

CSS

  1. Anatomy of CSS ruleset
  2. Selecters
    1. Element
    2. Id, Class
    3. Attribute
    4. Pseudo
  3. Box model