You are on page 1of 2

<html> </html>

<!--Comment-->
<head></head>
<title></title>
<body></body>
<b></b>
<i></i>
<br>
<hr />
<link rel="stylesheet" type="text/css" href="stylesheet1.css">
<font size="22" color="red"></font>
<p align="center<!--right,left-->" class="orange"></p>
<h1<!--h2,h3,h4,h5,h6--> valign="top<!--bottom, middle--></h1>
<strong></strong><!--Emphasis-->
<u></u>
<center></center>
<sub></sub><!--Subscript text-->
<sup></sup><!--Superscript text-->
<ol></ol>
<ul></ul>
<li></li>
<a href="url" target="_self"<!--_blank_cie etc-->></a>
<a name="name"></a>
<a href="#name"></a>
<a href="url#name"></a>
<a href="mailto:kiritnarain@gmail.com?subject=I%20Am%20L"></a>4
<table></table>
<caption></caption>
<thead><th></th></thead>
<tbody></tbody>
<tfoot></tfoot>

<td align/valign="center,top,etc" text="#color.hex" background="url"<!--Background image->bgcolor="></td>


<td colspan="1" rowspan="1" nowrap<!--no line breaks in that cell--> width="20px"
height="20%"></td>
<tr align/valign></tr>
<table width="100%" height="400px"></table>
<table border="5px" bordercolor="#000000" cellspacing="2px" cellpadding="20px"
text="#ab2310"></table>
<table bgcolor="#023103" align="center"<!--No valign--> rules="all<!--cols,rows,groups,all->"></table>
<img src="fox.jpg" alt="Fox Image" width="200px" height="300px">
RGB
<colgroup align="left,right,center"></colgroup><!--Aligns all the text in the column-->
<!--For each column put a new colgroup-->

You might also like