Computer Science, asked by singhikashish955, 8 months ago

by using supertech write the HTML tag to display the formula in HTML a plus b cube is equal to Ace cube + 3 a square b + 3 a b square + b cube​

Answers

Answered by AnindaBasu
1

Answer:

<html>

<head>

<title> formula</title>

<body>

a<sup>3</sup>+3a<sup>2</sup>b+3ab<sup>2</sup>+b<sup>3</sup>

</body>

</head>

</html>

Similar questions