HTML Empty Elements

Example of empty HTML elements like br and hr.

Preview

Code

<p>This is the first line.<br>This line appears after a line break.</p>

<hr>

<p>The horizontal line above was created using the hr element.</p>

More HTML Elements Examples (7)