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