Write the HTML code to display the following in your web page A2+B2.
Answers
Answered by
14
Answer:
<sub>- subscript
<sup>- superscript
Example for h2so4 & (a+b)2=a2+2ab+b2:
<!DOCTYPE html>
<html>
<body>
<P>H<sub>2</sub>SO<sub>4</sub></P>
<P>(a+b)<sup>2</sup>=a<sup>2</sup>+2ab+b<sup>2</sup>
</body>
</html>
Explanation:
Please follow me.
Answered by
3
Answer:
the answer of this question is
Explanation:
A
2+B
Similar questions
History,
6 months ago