Computer Science, asked by Neelimma1282, 1 year ago

Amy wants C6 h12 o6 to be printed on this webpage what HTML statement should hewrite

Answers

Answered by Devanshu9910
6
you should write the following code:
"C<sub>6</sub> H<sub>12</sub>O<sub>6</sub>"
hope this will help you.
please mark this as brainliest.
Answered by siddhartharao77
5
Here is the code get the desired output:

<html>
<head>
<title>My Web Page</title>
</head>
<body>
C<sub>6</sub>h<sub>12</sub>o<sub>6</sub>
</body>
</html>


<!Hope this helps-->
Similar questions