Horje

Full Example of HTML Line Breaks

The <br> tag is an empty tag, which means that it has no end tag.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This is<br>a paragraph<br>with line breaks.</p>

</body>
</html>

Output should be:

Full Example of HTML Line Breaks




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Paragraphs
Uploaded by:
Admin