You are on page 1of 2

<!

DOCTYPE html>

<html>

<head>

<title>TIPS</title>

</head>

<body>

<h1 align="center"><font color="brown">Illustration of formatting tags</font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="purple"><i>This text is written in intalic</i></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="green"><b>This text is written in BOLD</b></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="pink"><u>This text is in underline</u></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="black"><strike>This text is strike through</strike></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="yellow"><mark>This text is in marked</mark></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="red">This text<small> is written in small</small></font></h1>

<hr size=10 width=70% color="cyan">


<h1 align="center"><font color="purple">This text<big> is written in
large</big></large></font></h1>

<hr size=10 width=70% color="cyan">

<h1 align="center"><font color="red" face=Arial>This text is written in marked</font></h1>

<hr size=10 width=70% color="cyan">

<p align="center"><basefont size=3>This will set the base font to 3</basefont><br>

<font size=+4 color="purple">Now the size is increased to 7</font><br>

<font size=-1 color="red">Now the size is 2</font></p>

</body>

</html>

You might also like