In this tutorial, you will see the use of break <br />tag in HTML5. It is used for breaking a line. The content after break line will be display at new line. It is a singular empty tag.
Declaration syntax of Break line in HTML5.
| <br /> |
The declaration of break line is case_ insensitive.
BreakTag.html
<!DOCTYPE html>
|
Note: See the browser compatible page for successfully rendering the program.
There is no difference in HTML5 and HTML4.01.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.