Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>Example of the <br> tag usage.</h1> <p> Inside the paragraph, we can put the tag <br />, <br> to transfer a part of the text to another line if necessary.</p> </body> </html>