Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
h1
style
="color:blue;"
>
This is a heading
<
/h1
>
<
p
style
="color:red;"
>
This is a paragraph.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <h1 style="color:blue;">This is a heading</h1> <p style="color:red;">This is a paragraph.</p> </body> </html>
Result:
Privacy Policy