Test HTML for subscrips and superscrips

JPKmusicman

Tele-Meister
Joined
Nov 6, 2022
Posts
217
Location
Toneville
HTML:
<!DOCTYPE html>
<html>

<body>

<p>V <sub>2 </sub></p>


<p>V <sup>2 </sup></p>

</body>

</html>
 
Last edited:
Top