Nele: Tabellen JA oder Nein

Beitrag lesen

Hallo Matthias,

meinst du so?

  
  
dl {  
    float: left;  
    margin-right: 2em;  
    width: 300px;  
}  
  
dt {  
    float: left;  
    font-size: 0.9em;  
    font-weight: bold;  
    margin-bottom: 0.7em;  
    width: 120px;  
}  
  
dd {  
    color: #444444;  
    font-size: 0.7em;  
    line-height: 1.5em;  
    margin: 0 0 2em;  
    padding-left: 4.5em;  
}  

  
<dl>  
	<dt>  
		PHP  
	</dt>  
	<dd>  
		5.3, 5.4 und 5.5  
	</dd>  
  
	<dt>  
		 	mod_rewrite  
	</dt>  
	<dd>  
		ja  
	</dd>  
</dl>  

Ich finde das ist aber sehr viel HTML Code im Gegensatz zu HTML?