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