Computer Science, asked by badboy181, 1 year ago

what is the HTML code of h2so4

Answers

Answered by Anonymous
67
<html>

<head>

<title>document</title>

</head>

<body>

H<sub>2</sub>SO<sub>4</sub>+HCL

</body>

</html>

Answered by AskewTronics
15

The HTML code for H_{2}SO_{4} is as follows--

Explanation:

<HTML>  <! HTML open tag!>

<HEAD> <! HEAD open tag!>

<TITLE> <! TITLE open tag!>

CODING FOR H_{2}SO_{4} <! 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 H_{2}SO_{4} in browser as a result !>

</BODY> <! BODY close tag!>

</HTML> <! HTML close tag!>

Output:

  • H_{2}SO_{4}

Code Explanation

  • The body tag holds H_{2}SO_{4} which gives output as H_{2}SO_{4} 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