Codice PHP:
<html>
<
head>
<
title>titolo</title>
<
style type="text/css">
htmlbody {
    
margin0px;
    
padding0px;
}
body {
    
text-aligncenter;
    
background-colorrgb(102,102,102);
}
.
pagina {
    
width720px;
    
margin-top0px;
    
margin-rightauto;
    
margin-bottomauto;
    
background-colorrgb(255,255,255);
}
</
style>
</
head>

<
body>
<
div class="pagina">
  <
h1>il mio contenuto</h1>
  

va messo qu&agravesullo sfondo bianco</p>
</
div>
</
body>
</
html