Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) MS

Recomendações Avaliadas
1.2 Organizar o código HTML de forma lógica e semântica.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.2.2 Presença de tags HTML sem atributo e conteúdo de texto 12 18 55 56 80 94 95 101 103 104 105 109 110
18 <![CDATA[<div id="divOverFlow">]]>
55 <![CDATA[<tr> <td height="33" width="100%" background="imagens/new_estru/fundo_topo.jpg"> </td> </tr>]]>
56 <![CDATA[<td height="33" width="100%" background="imagens/new_estru/fundo_topo.jpg"> </td>]]>
80 <![CDATA[<div id="funImagem" style="position:absolute; left:-2px;"></div>]]>
94 <![CDATA[<tr> <td class="divErro"> ;</td> </tr>]]>
95 <![CDATA[<td class="divErro"> ;</td>]]>
101 <![CDATA[<td><input type="text" name="email" size="20" maxlength="50" class="divCampo" style="width:180" tabindex="1"></td>]]>
103 <![CDATA[<tr> <td class="divTxtCampo"> ;</td> <td><input name="submit" type="submit" class="divBotaoGrd" tabindex="2" value="recuperar senha"></td> </tr>]]>
104 <![CDATA[<td class="divTxtCampo"> ;</td>]]>
105 <![CDATA[<td><input name="submit" type="submit" class="divBotaoGrd" tabindex="2" value="recuperar senha"></td>]]>
109 <![CDATA[<tr> <td class="divTxt"> ;</td> </tr>]]>
110 <![CDATA[<td class="divTxt"> ;</td>]]>