nn so fino a che punto si possa arrivare!!!
quarda qui...
<html>
<head>
<title>Untitled</title>
<style>
table {
background:red;
}
td {
background:blue;}
.prova {
width:200px;
height:200px;
backgroundrange;}
.prova.sottoprova {
width:100px;
height:100px;
color:brown;
background:yellow;}
.prova.sottoprova.ssprova {
width:50px;
height:50px;
color:blue;
background:#8dcef5;}
.prova.sottoprova.ssprova.superprova {
width:25px;
height:25px;
color:red;
background:#eedbf5;}
</style>
</head>
<body>
<table>
<tr>
<td>td della tabella<div class="prova">prova
<div class="sottoprova">sottoprova
<div class="ssprova">ssprova
<div class="superprova">superprova</div>
</div>
</div>
</div></td>
</tr>
</table>
</body>
</html>