Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<!-- This is a comment -->
<
p
>
This is a paragraph.
<
/p
>
<!-- Comments are not displayed in the browser -->
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <!-- This is a comment --> <p>This is a paragraph.</p> <!-- Comments are not displayed in the browser --> </body> </html>
Result:
Privacy Policy