line break html
Line Break Tag <BR>
In HTML document the <BR> tag is used for a single line break. The <BR> tag has no end tag, it is an empty tag.
Example:
<HTML>
<HEAD>
<TITLE>
Line break
</TITLE>
</HEAD>
<BODY>
Mr. Alamin Ahmad <BR>
Alamin Computer Training Center <BR>
Kazipara, Mirpur, Dhaka-1216, Bangladesh <BR>
Website: alamincomputertc.blogspot.com
</BODY>
</HTML>
Save your html document and Open your web page then you will the the page with line break text.
A single <BR> tag just goes to next line rather than inserting a blank line.
0 মন্তব্য(গুলি):
একটি মন্তব্য পোস্ট করুন
Comment below if you have any questions