HTML COM ACESSIBILIDADE

Exemplo de um arquivo de folha de Estilos

Observe atentamente a sintaxe das propriedades e dos seus respectivos valores, utilizados na definição das regras que compõem o arquivo de folha de estilos de formatação.

texto_centro

{

font-family: Comic Sans MS, Verdana, Helvetica;
font-size: 14pt;
color: Red;
font-wheight: bold;
text-align: center;

}

texto_normal

{

font-family: Arial, Sans-Serif;

font-size: 12px;
color: #000099;
text-align: justify;

}

a:link

{

color: blue;
font-wheight: bold;
text-decoration: none;

}

a:visited

{

color: red;
font-style: italic;
text-decoration: none;

}

a:hover

{

color: #ffff00;
background-color: #00ff00;
font-wheight: bold;
text-decoration: underline;

}

a:active

{

color: #ffffff;
background-color: #ff0000;
font-wheight: bold;
text-decoration: underline;

}

h1

{

font-family: Comic Sans MS, Verdana, Helvetica, Sans-Serif;
font-size: 16pt;
color: #ff0000;
font-wheight: bold;
text-align: center;
text-decoration: none;

}

Tr, td, li, p

{

font-family: Arial;
font-size: 12pt;
color: #000099;
text-align: justify;
text-decoration: none;
vertical-align: middle;

}

Pressione ENTER para retornar a página anterior.Pressione ENTER para retornar ao Menu. Pressione ENTER para avançar para a próxima página.