what is the HTML code of h2so4
Answers
Answered by
67
<html>
<head>
<title>document</title>
</head>
<body>
H<sub>2</sub>SO<sub>4</sub>+HCL
</body>
</html>
<head>
<title>document</title>
</head>
<body>
H<sub>2</sub>SO<sub>4</sub>+HCL
</body>
</html>
Answered by
15
The HTML code for is as follows--
Explanation:
<HTML> <! HTML open tag!>
<HEAD> <! HEAD open tag!>
<TITLE> <! TITLE open tag!>
CODING FOR <! TITLE of the page which presents at the top of the page !>
</TITLE> <! TITLE close tag!>
</HEAD> <! HEAD close tag!>
<BODY> <! BODY open tag!>
H<SUB>2</SUB>SO<SUB>4</SUB> <! It prints the in browser as a result !>
</BODY> <! BODY close tag!>
</HTML> <! HTML close tag!>
Output:
Code Explanation
- The body tag holds which gives output as because HTML code shows the output which are in body tag and Sub tag is used to write the word in bottom of any text.
Learn More:
- HTML : https://brainly.in/question/5393962
- HTML : https://brainly.in/question/5393966
Similar questions
English,
7 months ago
Computer Science,
7 months ago
Math,
1 year ago
Hindi,
1 year ago
English,
1 year ago