Here are the codes for bolded, italic and underlined text.
<b>this is for bold text</b>
<i>this is for italic text</i>
<u>this is for underlined text</u>
<a href="">this is a normal text link</a>
<a href="" target="_blank">this is a text link opening in a new window</a>
<blockquote>normal blockquote text</blockquote>
<textarea>normal textarea text</textarea>
<h1>text inside header 1 header</h1>
<h2>text inside header 2 header</h2>
<h3>text inside header 3 header</h3>
<h4>text inside header 4 header</h4> - and so on...
<div style="">content is placed among these, navi as well</div>
<table width="0X" border="0X" cellpadding="0X" cellspacing="0X">
<tr>
<td valign="top/middle/bottom">
HERE GOES THE TABLE CONTENT
</td></tr>
</table>
<table width="0X" border="0X" cellpadding="0X" cellspacing="0X">
<tr>
<td width="0X" valign="top/middle/bottom">
HERE GOES LEFT COLUMN CONTENT
</td>
<td width="0X" valign="top/middle/bottom">
HERE GOES RIGHT COLUMN CONTENT
</td></tr>
</table>
<link href="style.css" rel="stylesheet" type="text/css">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>your site title/name goes here</title>
<link href="STYLESHEET-NAME.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>