<!DOCTYPE html> <html> <body> <p> This text can not be broken into two lines. This will appear as one line. </p> <p> This text can <br> be broken into two <br> lines. <br> The br tag is breaking a paragraph into multiple lines. </p> </body> </html>
Run
×
Share