Amy wants C6 h12 o6 to be printed on this webpage what HTML statement should hewrite
Answers
Answered by
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.
"C<sub>6</sub> H<sub>12</sub>O<sub>6</sub>"
hope this will help you.
please mark this as brainliest.
Answered by
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-->
<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