편집 강령:
결과보기 »
그것을 자신을 시도 - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This text contains
<
sub
>
subscript
<
/sub
>
text.
<
/p
>
<
p
>
This text contains
<
sup
>
superscript
<
/sup
>
text.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This text contains <sub>subscript</sub> text.</p> <p>This text contains <sup>superscript</sup> text.</p> </body> </html>