Page 15 - KEC Khaitan C7 Flipbook
P. 15
<P> TAG
<P> tag is used to insert a paragraph
in an HTML document. A paragraph
begins with the <P> tag and ends
with the </P> tag. The browser
automatically adds a vertical space
before and after each <P> tag.
<BR> TAG
By default, all the text we type in an
HTML document appears in one line.
We can insert a line break to shift
the text to go to a new line. The <BR>
tag is used to insert a line break in
an HTML document. <BR> tag is an
empty tag and does not require a
corresponding closing tag.
<Hn> TAG
The <Hn> tag describes the heading of a
section of the webpage. We can use the
tags <H1> to <H6> to implement the six
levels of a document’s headings in an HTML
document. <H1> is the largest heading and
<H6> is the smallest heading.
Learn HTML5 and CSS3 13

