To subscript text use sub tags : sub « Tags « HTML / CSS






To subscript text use sub tags

  

<?xml version = "1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
   <head>
   </head>
   <body>
      <p>Only <sub>one</sub> download per hour is permitted.</p>
   </body>
</html>

   
  








Related examples in the same category

1.Changing ordered list markers to upper-roman
2.font size for Subscript and Superscript
3.'sub' Example