Friday, October 17, 2014

Write a HTML Program to demonstrate the use of <sub>&<sup>tag.


Write a HTML Program to demonstrate the use of <sub>&<sup>tag.
Code :subsup.html

<html>
<head>
<title>example of Sub or Sup tag</title>
</head>
<body bgcolor="black" text="white"><br><br>
(1.) c<sub>2</sub>h<sub>2</sub>oh+pcl<sub>5</sub>=c<sub>2</sub>
h<sub>5</sub>cl+pocl<sub>3</sub>+hcl <br><br>
(2.) pcl<sub>3</sub>+cl<sub>2</sub>=pcl<sub>5</sub><br><br>
(3.) 4h<sub>3</sub>po<sub>3</sub>=3h<sub>3</sub>po<sub>4</sub>+ph<sub>3</sub><br>
(4.) E=mc<sup>2</sup><br><br>
(5.) m.m.g<sup>collage</sup><br><br>
(6.) <sup>computer</sup>Department<br><br>
(7.) C<sup>o</sup>m<sup>p</sup>u<sup>t</sup>e<sup>r</sup><br><br>
(8.) 12<sup>th</sup>s<sup>c</sup>i<sup>e</sup>n<sup>c</sup>e
</body>
</html>

No comments: