To superscript text use sup tags : sup « Tags « HTML / CSS






To superscript text use sup 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><del>You may download 3.14 x 10<sup>2</sup> </p>
   </body>
</html>

   
    
  








Related examples in the same category

1.Superscript and subscript
2.vertical alignment for sub super
3.'sup' Example