Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

PRACTICAL – 3

<html>
<head>
<title> practical 3 </title>
</head>
<body bgcolor = "pink" align = "center">
<h2><fontcolor = "black"> illustration of formatting tags
</font></h2>
<hr size="20" color="blue">
<h2><fontcolor = "blue"><i> this text is written in italic
</font></h2></i>
<hr size="20" color="blue">
<h2><fontcolor = "green"><b> this text is written in bold
</font></h2></b>
<hr size="20" color="blue">
<h2><fontcolor = "black"><u> this text is written in
underline</font></h2></u>
<hr size="20" color="blue">
<h2><fontcolor = "black"><strike> this text is wriiten in strike
through</font></h2></strike>
<hr size="20" color="blue">
<h2><fontcolor = "brown"><mark> this text is wriiten in
marked</font></h2></mark>
<hr size="20" color="blue">
<h2><fontcolor = "red"><small> this text is wriiten in
small</font></h2></small>
<hr size="20" color="blue">
<h2><fontcolor = "purple"><big>this text is written in large
</font></h2></big>
<hr size="20" color="blue">
</body>
</head>
</html>

You might also like