Okulda web tasarım dersinde web tasarım öğretmenimiz ödev verdi fakat yapamadım. Konumuz tablolar.
bizden istediği tablo :

bu şekilde.
ben frontpage ile yaptım fakat tam olmadı. Bu şekilde yapmak istiyorum.
Frontpage'de ise yaptığım tablo bu şekilde fakat ben üstteki gibi istiyorum. Borderlarda sorunum var Birde öğretmen frontpage yaptığımı anlamaması için kodu temel hale nasıl getirebiliriz.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>New Page 1</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="1" width="450" height="452">
	<!-- MSTableType="layout" -->
	<tr>
		<td rowspan="2">&nbsp;</td>
		<td valign="top">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td rowspan="2">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td height="75">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td rowspan="2" width="71">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
	</tr>
	<tr>
		<td valign="top">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td height="75" width="75">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
	</tr>
	<tr>
		<td colspan="2">
		<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
			<!-- MSCellFormattingTableID="1" -->
			<tr>
				<td valign="middle" height="100%" width="100%">
				<!-- MSCellFormattingType="content" -->
				&nbsp;</td>
			</tr>
		</table>
		</td>
		<td>
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td colspan="2" height="150">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
	</tr>
	<tr>
		<td width="72">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td width="73" rowspan="2">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td width="147" rowspan="2">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td height="150" rowspan="2" width="75">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td height="73" width="71">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
	</tr>
	<tr>
		<td width="72">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
		<td height="73" width="71">
		<!-- MSCellType="empty" -->
		&nbsp;</td>
	</tr>
</table>
</body>
</html>