Lines and Breaks in HTML
In the previous example, you saw how browser automatically shows a new paragraph on a new line. Suppose you have a situation where you need to add a line break inside the middle of a paragraph. In such a case you can use the line break tag <br> as shown under. The <hr> (horizontal rule) tag is used to create a line between sections to separate content of your web page.
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.