This example demonstrates:
The effect of displaying branch lines in html.
Example analysis:
The branch is defined through the <br> tag, as follows:
<p>This<br>paragraph<br> demonstrates the effect of branching</p>
If you want to To wrap a new paragraph (new line), use the <br> tag:
##<br /> The element is an empty HTML element. Since a closing tag doesn't make any sense, it doesn't have a closing tag.