write a Code in HTML to display the mathematical equation X² + y² . In the next line display the formula of water-h2o
Answers
Answered by
0
code :
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
X<SUP>2</SUP>+y<SUP>2</SUP> this is mathematical equation<br>
H<SUB>2</SUB>O is the formula for water.<br>
</BODY>
</HTML>
Similar questions