1.

What are the elements of html

Answer» An HTML element is a type of HTML document component, one of several types of HTML nodes. HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document. Each element can have HTML attributes specified
The basic elements of an HTML page are:\tA text header, denoted using the\xa0

,\xa0

,\xa0

,\xa0

,\xa0
,\xa0
\xa0tags.\tA paragraph, denoted using the\xa0

\xa0tag.\tA horizontal ruler, denoted using the\xa0


\xa0tag.\tA link, denoted using the\xa0\xa0(anchor) tag.\tA list, denoted using the\xa0
    \xa0(unordered list),\xa0
      \xa0(ordered list) and\xa0
    1. \xa0(list element) tags.\tAn image, denoted using the\xa0\xa0tag\tA divider, denoted using the\xa0
      \xa0tag\tA text span, denoted using the\xa0\xa0tag



Discussion

No Comment Found