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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

www.altoalegre.sp.gov.br/portal/contas-publicas

91.02 3 8
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.4 Presença de CSS(s) interno 1 12
1.1.6 Presença de javascript(s) interno 1 56
12 <![CDATA[<style> body { width: 100%; height: 100%; } #e_banner_topo_dinamico { width:100%; max-width:1200px; height:100px; /*float:left;*/ background:url(/fotos/efdaaefe23c31659a6f114200d64694b.jpg) no-repeat; color: #fff; } </style>]]>
56 <![CDATA[<script> // SETANDO CONTAGEM PARA RELOAD var i = 2; var contador = document.getElementById("contador"); setInterval(function() { if (i > 0) { contador.innerHTML = i; i--; } }, 1000); </script>]]>