HTML Line Break Bibek 22:52 Learn HTML Bibek To use single line break, you can add br tag wherever necessary. Code Structure: <html> <head> <title>My First Website</title> </head> <body> <p>This is paragraph.</p> <p>This is paragraph with <br> line break.</p> </body> </html> Author : Bibek Share this Related Posts