The..... Attribute is required to display the chemical formula of water
Answers
Answered by
3
Subscript or the <sub>... </sub> tags...
Answered by
1
<sub> .... </sub> is the correct answer to the given question
Explanation:
- The <sub> tag in the HTML is used for the chemical formula of the water We can used the <sub> to implement the chemical formula of water is mention below.
<html>
<head>
<title>Heading tags</title>
</head>
<body>
H<sub>2</sub>o
</body>
<html>
Output:
Following are the attachment of output
Learn More:
- brainly.in/question/9086553
Attachments:
Similar questions