Learn HTML

Outline

  1. What is html?
  2. Basic structure (, , )
  3. DOM (html tag)
    1. html content (h1-h6, p, list, table, link, image, video, br, div)
    2. html semantic: help for SEO
    3. html form (input text-number, checkbox, radio, textarea, button)

Tag p with space between lines.

Tag p with space between lines.

Tag p with space between lines.

While tag div has no space.
While tag div has no space.
While tag div has no space.

This is a section tag

It is similar to div but it has semantic meaning which means it helps for SEO.

Try a new line.

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
Topic 1 Topic 2
Cell 1 Cell 2
Cell 3 Cell 4
Google

Register Form

Full Name Surname
Age
Gender
Male
Female
Prefer not to say
Interest
Reading
Writing
Cooking
More about me:
T&C

Reference