Computer Science, asked by suryanshsharma1103, 6 months ago

write the html coding

Attachments:

Answers

Answered by srajfaroquee
1

Answer:

HTML codes:

<p> <b> ( A <sup>2</sup> + B <sup>2</sup> + 2AB) </b> </p>

** Please mark this ans as Brainliest answer!

Answered by hooked20buisness
0

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Superscript Example</title>

</head>

<body>

<p>(A<sup>3</sup> + B<sup>14</sup> - 2AB)</p>

</body>

</html>

Please mark it as brainiest

Similar questions