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