Que pensez vous du formatage du code d'une page ?
Pour illustrer mes propos, voici cer que j'entend par un code formaté :
Et non code non formaté :
Est ce important sémantiquement, ou Dois t-on s'en taper ?
Pour illustrer mes propos, voici cer que j'entend par un code formaté :
<table width="75%" border="1" cellspacing="1" cellpadding="1">
<tr>
<td>toto</td>
<td>chat</td>
</tr>
</table>
Et non code non formaté :
<table width="75%" border="1" cellspacing="1" cellpadding="1">
<tr>
<td>toto</td>
<td>chat</td>
</tr>
</table>
Est ce important sémantiquement, ou Dois t-on s'en taper ?