Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Inserting Line Breaks in HTML</title> </head> <body> <p>This is a paragraph <br> with line break.</p> <p>This is <br>another paragraph <br> with line breaks.</p> </body> </html>