Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This text is normal.
<
/p
>
<
p
>
<
strong
>
This text is strong.
<
/strong
>
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This text is normal.</p> <p><strong>This text is strong.</strong></p> </body> </html>
Result:
Privacy Policy