PAGINA DI PROVA
Di seguio codice ed i commenti:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it">
<!-- INIZIO AREA HEADER -->
<head>
<!-- Routine CSS per lo sfondo sfumato, il bordo rosso ed il carattere del testo -->
<style type="text/css">
div#container {width:900px;height:600px; margin:auto;border:2px solid #ff0000;background-image: url(sfondo.gif);
background-repeat: repeat-y; font-size:14px; color: #000000; font-family: arial, verdana; font-weight: bold; }
</style>
</head>
<!-- INIZIO AREA BODY -->
<body background="sfondo3.gif"> <!-- Carica la texture per sfondo schermo -->
<div id="container" > <!-- Carica lo sfondo pagina sfumato-->
<p> PAGINA DI PROVA <br>
Di seguito codice ed i commenti:
</p>
<!-- I tag di chiusura -->
</div>
</body>
</html>