Computer Science, asked by ayu96, 1 year ago

a plus b ka whole square equals to a square + b square + 2 AV in HTML coding

Answers

Answered by gurdeenkaur31
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.....
Attachments:

ayu96: bhai
sgovin12: files me special character may be not support..
gurdeenkaur31: the output would be just as u write the statement in the numerical form!
ayu96: bhai mughe sirf practical file banani mai practical nh kar rahi hu
sgovin12: agar solution chahiye to javascript me kar sakte ho...
ayu96: mujhe practical karna ata hai
ayu96: thanks
sgovin12: great..
gurdeenkaur31: check out the pic I think it would help
ayu96: ok
Answered by StaceeLichtenstein
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