Computer Science, asked by janaviga9087, 4 months ago

Write html code to display the following in a web page A^3 B5
X>Y

Answers

Answered by mentorfetahi
1

<!DOCTYPE html>

<html>

<head>

   <title>Sample</title>

</head>

<body>

   <p>

       A<sup>3</sup> B5 X>Y

   </p>

</body>

</html>

-------------------------------------------------------------------------------

Output: A^3 B5 X>Y (but the 3 is in superscript), tell me if any changes need to be made!

Answered by abdunnazarav
1

Answer:A<SUP>2<\SUP>B<SUB>5<\SUB>

Explanation:

Similar questions