Write the HTML code to generate the following output:chemical formula of water is H2O
Answers
Answered by
29
<!DOCTYPE html>
<html>
<head>
<title>Water</title>
</head>
<body>
The chemical formula of water is H2O
</body>
</html>
<html>
<head>
<title>Water</title>
</head>
<body>
The chemical formula of water is H2O
</body>
</html>
Answered by
1
Answer:
<HTML>
<HEAD>
<TITLE> WATER</TITLE>
<HEAD>
<BODY>
<P>CHEMICAL FORMULA OF WATER IS:H2O<SUB>2</SUB>O</P>
</Body>
</HTML>
Similar questions