Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Web Tutorial
HTML Paragraphs
How to display HTML Paragraphs
How to create HTML Horizontal Rules
How to create HTML Line Breaks
Sample of HTML Line Breaks
Full Example of HTML Line Breaks
the Poem Problem in HTML Paragraphs
How to create <pre> Element in HTML Paragraphs
Home
Web Tutorial
Full Course
English Tutorial
HTML
HTML Paragraphs
Full Example of HTML Line Breaks
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>
Try Now
Output should be:
Next
Previous
Type
:
html
Category
:
Web Tutorial
Sub Category
:
HTML Paragraphs
Uploaded by
:
Admin