Computer Science, asked by abhinav1953642, 10 months ago

write html code to display (a+b)2 is a mathematical formula

Answers

Answered by smith190503
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 Rohit763924042004
8

<html>

<body>

(a+b)<sup>2</sup>

pls mark brainliest..................!!!!!!!!!!!!

Similar questions