1.HTML Formatting Elements
<!DOCTYPE html>
<html>
<body>
<p style="color: blue;font-size:40px;"><b>Bajarangi Soft</b></p>
<p style="color: blue;font-size:40px;"><i>Bajarangi Soft</i></p>
<p style="color: blue;font-size:40px;">This is<sub> BAJARANGI</sub> and <sup>SOFTWARE</sup></p>
<p style="color: blue;font-size:40px;"><em>Bajarangi Soft</em></p>
<p style="color: blue;font-size:40px;"><mark>Bajarangi Soft</mark></p>
<p style="color: blue;font-size:40px;"><del>Bajarangi Soft</del></p>
<p style="color: blue;font-size:40px;"><ins>Bajarangi Soft</ins></p>
<p style="color: blue;font-size:40px;"><small>Bajarangi Soft</small></p>
<p style="color: blue;font-size:40px;"><strong>Bajarangi Soft</strong></p>
</body>
</html>