HTML Line Break
HTML Line Break
HTML Line Break
HTML line break is used to give line space between the content on the web page.
-
HTML line break define by <br/> tag.
-
It is very useful to organise the contents on the web page.
-
<br/> tag is the example of One-Sided Tag.
Example:
Google
Mountain View<br/>
1600 Amphitheatre Parkway<br/>
Mountain View, CA 94043<br/>
United States
Example Explanation:
In the above, we have shown an example of HTML Line Break.
-
In the above code as soon as <br/> tag comes, it breaks the line and further content starts from the next line.
Run the code to see the effect.