Chapter 1 Introduction to HTML
Practical -1
<html>
<head>
<title>All tags</title>
</head>
<body>
<p>
<u>HTML-Hyper Text Markup Language</u> derived from
<b>SGML.</b><br />Which was developed by the
<i><b>International Organization for Standards in </b></i>
<s>1970</s> 1986.<br />
Html is structured into two major parts.
<big>Big fonts</big>
<small>Small fonts</small>
<pre>
This is first line.
This is second line
This is Third line
THis is fourth line
</pre>
<h2>This is class 10<sup>th</sup></h2>
<h4>This is H<sub>2</sub>O</h4>
</p>
</body>
</html>
Output