You are on page 1of 3

RA1611008020155

FORMATTING TAGS
<html>
<head>
<title>BASIC FORMATTING TAGS</title>
</head>
<body bgcolor="seablue">
<h1>
<p align="center">Formatting Tags</p>
<h1>
<hr>
<p>This is a Paragraph Tag</p>
<pre>Try using this tag the text we have written can be displayed as such.
This tag can be mainly used to display Computer Program Statements</pre>
<p><h3>Heading Tags</h3></p>
<h1>Hello</h1>
<h2>Hello</h2>
<h3>Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>
<h6>Hello</h6>
<hr>
RA1611008020155

<b>Bold Tag</b>
<i>Italic Tag</i>
<u>Underlined Tag</u>
<strong>Strong Tag</Strong>
<small>Small Tag</small>
<em>This Text Is Emphazised</em>
<hr>
<p align="center">Hello</p>
<hr>
<sub>This is Subscripted Text Tag</sub>
<sup>This is <mark>Superscripted Text</mark> Tag</sup>
<hr>
<p>This Tag <ins>Is Used </ins> to represent <del> as a </del> Paragraph</p>
<hr>
<pre>
<p align="left">Hello</p>
</pre>
<a href="Tags.html">Check here to see the use of anchor tag </a>
<hr>
</body>
</html>
RA1611008020155

You might also like