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

Sites Pertecentes a (o) SP

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 1 142
1.1.4 Presença de CSS(s) interno 3 18 31 126
1.1.6 Presença de javascript(s) interno 1 175
142 <![CDATA[<div class="card green-gradient mb-4 wow fadeIn" style="visibility: visible; animation-name: fadeIn;"> </div>]]>
18 <![CDATA[<style> .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #8DDCFC; } </style>]]>
31 <![CDATA[<style> #logo img { padding: 0; margin: 0; max-width:185px; max-height:95px; width: auto; height: auto; } </style>]]>
126 <![CDATA[<style> .list-group-mine .list-group-item:hover { background-color: #5FBDE1; } </style>]]>
175 <![CDATA[<script type="text/javascript"> // Animations initialization new WOW().init(); </script>]]>