Page 93 - TP_Pluse_V2.2_Class_7
P. 93
The <P> Tag
The <P> tag defines the start and end of a paragraph in the text. It is a container tag. Whenever you
want to start a new paragraph, you can use the <P> tag. The paragraph tag automatically inserts a
blank line between two paragraphs.
The <BR> Tag
The <BR> tag is an empty tag. It is used when you want to start a new line without beginning a new
paragraph. This tag is also known as a line break. It is primarily used to ensure that text appears
on the next line without leaving a blank line in between. The <br> tag forces a line break wherever
it is placed.
The <HR> Tag
The <HR> tag is used when you want to divide your web page into different sections. It is also used
when you want to draw a line between two paragraphs. It is an empty tag and does not need an end
tag. It gives a horizontal ruler (line) on the page, and then the next element will be shown in a new line
after the ruler.
More on HTML5 91

