Thursday, July 1, 2021

Coding For Subsript and Superscript in HTML

 


<html>

<head>

<title> code for sub and sup script element 

</title>

</head>

<body bgcolor=black text=green>

<h1> HTML SUB and SUP elements </h1>

<p> we all need H<sub>2</sub> O. </p>

<p> E=mc <sup>2</sup> </p>

<p><b>(a+b)<sup>2</sup></b>= a<sup>2</sup>+b<sup>2</sup>+2ab</p> 

</body>

</html>





No comments:

Post a Comment

MCQ QUESTIONS

Loading…