HTML Line Breaks

  • Example
  • Code
    <html>
    <body>
    <p>This is<br />a para<br />graph with line breaks</p>
    </body>
    </html>
  • Preview
  • This is
    a para
    graph with line breaks

No comments:

Post a Comment