Subscipted&superscripted Tag

Subscript

சாதார்ண எழுத்தில் இருந்து கீழ் நோக்கி காண்பதற்கு பயன்படும்.


<html>


<head>

  <title>subscripted Text</title>

</head>


<body>


  This is the <sub>subscripted</sub> Text


</body>


</html>

OUTPUT 

Superscript 

சாதார்ண எழுத்தில் இருந்து மேல் நோக்கி காண்பதற்கு பயன்படும்.


<html>


<head>

  <title>superscripted Text</title>

</head>


<body>


  This is the <sup>superscripted</sup> Text


</body>


</html>

OUTPUT 

No comments:

Post a Comment