Pages

Subscribe:

Ads 468x60px

Monday, May 21, 2012

how to use line break tag using html

In this web programming tutorial we will learn that how we can use Line Break tag in an html document tag.
Line breaks are used to decide where the text will break on a line or continue to the end of the window. it can be used to move the control to the next new line.
see the below code and example syntax of code of line break tag
this is line one<br>

this is line tow<br> 

this is line three<br> 


No comments:

Post a Comment