How to define subscripted text in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

         <p>Text <sub>text</sub> text</p>

    </body>
</html>

<!--
run:


-->

 



answered Dec 3, 2018 by avibootz

Related questions

1 answer 188 views
188 views asked Dec 4, 2018 by avibootz
1 answer 171 views
1 answer 199 views
1 answer 218 views
1 answer 190 views
1 answer 185 views
185 views asked Dec 3, 2018 by avibootz
...