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.