write the html coding
Attachments:
Answers
Answered by
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
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