html syntax. HTML markup language, syntax

html syntax. HTML markup language, syntax

HTML tags is the basis of the HTML language. Tags are used to delimit the start and end of elements in markup.

Every HTML document consists of a tree of HTML elements and text. Each HTML element is identified by a start (opening) and an end (closing) tag. The start and end tags contain the tag name.

All HTML elements are divided into five types:

  • empty elements , ,
    , , ,
    , , , , , , , , , ;
  • plain text elements