Run ❯
Result Size:
625 x 664
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h1>The p element</h1> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html>
x
<!DOCTYPE html>
<
html
>
<
body
>
<
h1
>
The p element
</
h1
>
<
p
>
This is a paragraph.
</
p
>
<
p
>
This is a paragraph.
</
p
>
<
p
>
This is a paragraph.
</
p
>
</
body
>
</
html
>