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> <blockquote> But I'm not the only one<br> I hope some day you'll join us<br> And the world will live as one.<br> </blockquote> <cite>John Lennon "imagine"</cite> </body> </html>