Page 90 - Plus V4 with Adobe class 7
P. 90
Value Description Example
Right Right-aligns the text. <P Align = “Right”> Text goes here. </P>
Center Center-aligns the text. <P Align = “Center”> Text goes here. </P>
Stretches the lines so that each line
Justify <P Align = “Justify”> Text goes here. </P>
has an equal width.
The <BR> Tag
The <BR> tag is used when you want to start a new line, but do not want to start a new paragraph. This
tag is also known as line break. It is mainly used when you want your text to come in next line without
leaving a blank line in between. This tag forces a line break wherever you will place it. It is an empty tag.
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. The <HR> tag has width, size, and color attributes to modify the horizontal ruler (line).
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> HR Tag </Title>
</HEAD>
<BODY>
<p>This is the first paragraph of the tag. HTML is the standard markup language
for Web pages. </p>
88 Plus (Ver. 4.0)-VII

