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



Single Articles
Sample of HTML Line BreaksHTML Paragraphs
Full Example of HTML Line BreaksHTML Paragraphs


Related Articles
What is HTML Paragraphs HTML Paragraphs
How to display HTML Paragraphs HTML Paragraphs
How to create HTML Horizontal Rules HTML Paragraphs
How to create HTML Line Breaks HTML Paragraphs
What is the Poem Problem in HTML Paragraphs HTML Paragraphs
How to create <pre> Element in HTML Paragraphs HTML Paragraphs

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