a plus b ka whole square equals to a square + b square + 2 AV in HTML coding
Answers
Answered by
14
hey mate....
<HTML>
<HEAD><TITLE>WEB PAGE</TITLE></HEAD>
<BODY>
(a+b)<SUP>2</SUP> = a<SUP>2</SUP>+b<SUP>2</SUP>+2ab
</BODY>
</HTML>
HOPE IT HELPS.....
<HTML>
<HEAD><TITLE>WEB PAGE</TITLE></HEAD>
<BODY>
(a+b)<SUP>2</SUP> = a<SUP>2</SUP>+b<SUP>2</SUP>+2ab
</BODY>
</HTML>
HOPE IT HELPS.....
Attachments:
ayu96:
bhai
Answered by
5
(a+b<sup>2</sup>=a<sup>2</sup>+b<sup>2 </sup>+2ab is the correct answer.
Explanation:
In this question some information is wrong .In the given question 2AV is mention there but the correct equation is 2ab
Following are the code in the HTML language .
<html>
<head> </head>
<body>
(a+b)<sup>2</sup>=a<sup>2</sup>+b<sup>2</sup>+2ab
</body>
</html>
Output:
Following are the attachment of output.
- Here we will used the <sup> tag to implement this equation in the HTML language .
Learn More :
- brainly.in/question/2827785
Attachments:
Similar questions