<html>
<head>
<style>
/* Default CSS Values */
sub {
vertical-align: sub;
font-size: smaller;
}
</style>
</head>
<body>
<p>A sub element is displayed like this:</p>
<p>This text contains <sub>subscript text</sub></p>
<p>A customized sub element (changed "font-size"):</p>
<p>This text contains <sub style="font-size:25px;">subscript text</sub></p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_sub by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:23 GMT -->
</html>