esercizio 1
<html>
<head>
<title>esercizio1</title>
</head>
<body bgcolor="yellow">
<center> <big><big><big><font color="red"> Maria Castelli</font></big></big></big></center>
<center><big><big><font color="green">1b ikaros di endine </font></big></big></center>
</body>
</html>
----------------------------------------------------------------------------------------
esercizio 2
<html>
<head>
<title>esercizio2</title>
</head>
<body bgcolor="white">
<center>
<table border="1" bordercolor="black" bgcolor="orange" cellspacing="0" width="800" height="600">
<tr align='center'>
<td width="50%"><font color="blue">
nome </font>
</td>
<td width="50%"> <font color="blue">
cognome </font>
</td>
</tr>
<tr align='center'>
<td>
Anna
</td>
<td>
Locatelli
</td>
</tr>
<tr align='center'>
<td>
Luca
</td>
<td>
Magno
</td>
</tr>
<tr align='center'>
<td>Lucia
</td>
<td>Savoldelli
</td>
</tr>
<tr align='center'>
<td>Franco
</td>
<td>Spatti
</td>
</tr>
</table>
</center>
</body>
</html>
----------------------------------------------------------------------------------------
esercizio 3
<html>
<head>
<title>esercizio 3</title>
</head>
<body>
<table align="center">
<tr>
<td> [img]...[/img]</td>
</tr>
</table>
</body>
</html>
---------------------------------------------------------------------------------------
esercizio 4
pagina 1>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>
<html>
<head>
<title>Pag1</title>
</head>
<body bgcolor='blue'>
Pagina 1
<div>Pag 2</div><div>Pag 3</div>
</body>
</html>
pagina 2>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>
<html>
<head>
<title>Pag2</title>
</head>
<body bgcolor='lightblue'>
Pagina 2
<div>Pag 1</div><div>Pag 3</div>
</body>
</html>
pagina 3>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>
<html>
<head>
<title>Pag3</title>
</head>
<body bgcolor="pink">
Pagina 3
<div>Pag 1</div><div>Pag 2</div>
</body>
</html>
----------------------------------------------------------------------------------------
esercizio 5
<html>
<head>
<title>esercizio5</title>
</head>
<body bgcolor='lime'>
<table border='1' cellspacing='0' bgcolor='aqua' bordercolor="black" width='800' align='center' height='400'>
<tr>
<td width='250' align='center'>esercizio 1
</td>
<th rowspan='3'>
[img]...[/img]
</th>
</tr>
<tr>
<td align='center'>esercizio 2
</td>
</tr>
<tr>
<td align='center'>esercizio 3
</td>
</tr>
</table>
</body>
</html>
----------------------------------------------------------------------------------------
esercizio 6
<html>
<head>
<title>esercizio6</title>
</head>
<body bgcolor='pink'>
<center>
<span style="background:lime">Esercizio 6</span>
<table border='0' cellspacing='0' bgcolor='yellow' bordercolor="black" width='100%' align='center'>
<tr>
<td bgcolor='white'>Capitolo 1
</td>
</tr>
<tr>
<td>Sottocapitolo 1.1
</td>
</tr>
<tr>
<td>Sottocapitolo 1.2
</td>
</tr>
</table>
<table border='0' cellspacing='0' bgcolor='yellow' bordercolor="black" width='100%' align='center'>
<tr>
<td bgcolor='white'>Capitolo 2
</td>
</tr>
<tr>
<td>Sottocapitolo 2.1
</td>
</tr>
<tr>
<td>Sottocapitolo 2.2
</td>
</tr>
</table>
</center>
</body>
</html>
----------------------------------------------------------------------------------------
esercizio 7
<html>
<head>
<title>esercizio7</title>
</head>
<body bgcolor='olive'>
<center>
Esercizio 7
<font color='blue' size='6'>Mare</font>e<font color='red' size='6'>Montagna</font>
<table border='1' cellspacing='0' cellpadding='80px' bordercolor="black" align='center'>
<tr>
<th>
[img]...[/img]
</th>
<th>
[img]...[/img]
</th>
</tr>
</table>
</center>
</body>
</html>
----------------------------------------------------------------------------------------