This shows how to use BOLD, ITALIC, Isuperscript and Isubscript

Examples below

This is Bold - This is Italic

This is Isuperscript 1st - This is Isubscript CO2.

CODE

<!DOCTYPE html>
<html>
    <head>
        <title>Pag 45-46</title>
    </head>
    <body>
        <p>This shows how to use <b>BOLD</b>, <i>ITALIC</i>, <sup>Isuperscript</sup> and <sub>Isubscript</sub></p>
        <h1>Examples below</h1>
        <p><b>This is Bold</b> - <i>This is Italic</i></p>
        <p>This is Isuperscript 1<sup>st</sup> - This is Isubscript CO<sub>2</sub>.</p>   
        
        <h2>CODE</h2>
    </body>
</html>
    
Next Page
Previous Page