HTML for Beginners

HTML for Beginners

HTML Inrtoduction
to
tags. Each type of heading tag displays different text size from another. So,
is the largest heading tag and
is the smallest one. For example:
Heading no. 1
Heading no. 2
Heading no. 3
Heading no. 4
Heading no. 5
Heading no. 6
tag.
Unordered list - The unordered list displays elements in bulleted format. It is represented by
tag.
Definition list - The definition list displays elements in definition form like in dictionary. The
,