More Text Formatting Tags

<html>
<body>
<p> <b> This text is bold </b> </p>
<p> <strong> This text is strong </strong> </p>
<p> <big> This text is big </big> </p>
<p> <i> This text is italic </i> </p>
<p> <small> This text is  small  </small> </p>
<p> This is <sub> subscript </sub> and
<sup> superscript </sup> </p>
<p> x <sub> 2 </sub> +y <sub> 2 </sub> </p>
</body>
</html>



Note :

  • The <address> tag is used to enter contact information.
  • The <pre> tag is used to define the formatted text.