Learning HTML

Important Concepts

  1. HTML its a document like any other
  2. All in HTML are blocks
  3. There is blocks that occupy all width in screen. They are block type
  4. There is blocks that occupy the space of the visible content. They are inline type
  5. Comments are publics
  6. metadata keep in tag head
  7. content keep in tag body
  8. !DOCTYPE HTML indicates that its a HTML document

Meaning of tags:

The HTML Tags, are not meaningless letters, each one means something, as in the examples below:

Meaning of attributes:

The same of tags

← Back to the blog