copia e incolla il codice sotto in un editor tipo frontpage o dreamweaver salva il file con nome.htm o .html e aprilo con il browser..
Codice PHP:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Titolo pagina</title>
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<table border="0" width="100%" id="table1" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<table border="0" width="750" id="table2" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td bgcolor="#E8CB0C" valign="top" height="91" colspan="3">
<font size="7">[b]N[/b]</font>[b]<font size="7">ome logo sito</font>[/b]</td>
</tr>
<tr>
<td bgcolor="#F5E04B" valign="top" height="19" colspan="3">Home
| Link1 | Link2 | Contatti</td>
</tr>
<tr>
<td width="180" bgcolor="#E8CB0C" valign="top"></td>
<td valign="top"></td>
<td width="180" bgcolor="#E8CB0C" valign="top"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>