Advertisements
Advertisements
Question
Write the HTML code for following:
HTML – (Bold and Underline)
HTML is a Hyper Text Markup Language
C++ – (Text is Red Colour)
C++ is a object oriented programming language
H2SO4
a2 + b2
Code Writing
Advertisements
Solution
<html>
<body>
<CENTER>
<b><U>HTML</U></b>
<hr>
HTML is a Hyper Text Markup Language
<hr>
</CENTER>
<font color="red">C++</font>
<hr>
C++ is a object oriented programming language
<hr>
<CENTER>
H <sub>2</sub>SO<sub>4</sub>
<br>
a <sup>2</sup> + b<sup>2</sup>
</CENTER>
</body>
</html>shaalaa.com
Is there an error in this question or solution?
