HTML Subscript Formatting And Superscript Formatting Code For Website - Learn About Website | DaddyFile
Latest News

0

HTML Subscript Formatting Explain

The HTML <sub> element defines subscripted text.



Html Code:

<!DOCTYPE html>
<html>
<body>

<p>This is <sub>subscripted</sub> text.</p>

</body>
</html>




Html Code Result:

This is subscripted text.





HTML Superscript Formatting Explain

The HTML <sup> element defines superscripted text.


Html Code:

<!DOCTYPE html>
<html>
<body>

<p>This is <sup>superscripted</sup> text.</p>

</body>
</html>




Html Code Result:

This is superscripted text.

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top