Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This is
<
br
>
a para
<
br
>
graph with line breaks
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This is<br>a para<br>graph with line breaks</p> </body> </html>
Result:
Privacy Policy