Page 28 - 2606_PlugGPT_C6_Flipbook
P. 28
<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.
The web browser displays each heading with a different heading size.
26 Premium Edition-VI Learn HTML5 and CSS3 27

