Computer Science, asked by sayeed6, 1 year ago

what is the html code for (a+b)^3=a^3+3a^2b+3ab^2+b^3​

Answers

Answered by sagarmankoti
3

<html>

<head>

<title> </title>

</head>

<body>

<p> (a+b)<sup>3</sup> = a<sup>3</sup> + 3a<sup>2</sup>b + 3ab<sup>2</sup> + b<sup>3</sup> </p>

</body>

</html>


sayeed6: why tag has been used here?
sayeed6: sorry tag
sayeed6: tag
Similar questions