Cats (header indicating that the page will be about cats)

Main content of the page. Search engines will use this tag to find out about your website.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quam quibusdam repellat omnis molestias eos consectetur, qui tenetur voluptatibus doloribus aperiam consequuntur deserunt et laborum suscipit magnam mollitia necessitatibus distinctio.

Always include alt attribute Anchor with href attribute that leads to google.com and opens in a new tab because of target="_blank" External link that leads to the top of this page to the element with id "header1"

Links can be Nested

Dead Link using # as href

Other elements can be used as links, for example Images: Portrait of Ogre

Unordered list example with 'ul' and 'li' tags

  • One
  • Two
  • Three

Ordered list example with 'ol' and 'li' tags

  1. Раз
  2. Два
  3. Три

Form that sends data to url specified in 'action' attribute

Radio buttons should have the same 'name' tag to work together and they should have labels, either nested in them or associated with them using 'for' attribute.
They must also have 'value' attributes that they report to the 'action' url of the 'form' tag.

Checkboxes follow the same rules as radio buttons: they should have tha same 'name' attribute and they must have assosiated labels.
Also they must have the 'value' attributes.
Take note of how the first checkbox is checked using the 'checked' attribute

Use the 'div' tag for grouping of other tags. Or use it as a general purpose container.