HTML Line Breaks

HTML Line Breaks are  so different from other tags that we have seen.A line break tag is used to cut the line or end the current line and resume in to the next line.Normally we use the </br> tag in<p> tag.Now here i teach you the use , and the way of how to use the <br/> tag.
Example:

<p>
John William<br />
Box 61<br />
1st and York,New York<br />
</p>

Your Result:

John William
Box 61
1st and York,New York
we use the <b/> tag mostly addresses for letter head,and also at the end of  letters.

Example:
<p>Sincerely,<br />
<br />
<br />
Liza Manilla<br />
<i>President</i></p>


Your Result:
Sincerely,


Liza Manilla
 President

No comments:

Post a Comment