HTML-верх

капсом

Код:
<style>
body a {
text-transform: uppercase;
}
</style>

нижним регистром

Код:
<style>
body a {
text-transform: lowercase;
}
</style>

капителью

Код:
<style>
body a {
font-variant: small-caps;
}
</style>