write html code to display (a+b)2 is a mathematical formula
Answers
Answered by
5
Answer:<!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:
Answered by
8
<html>
<body>
(a+b)<sup>2</sup>
pls mark brainliest..................!!!!!!!!!!!!
Similar questions