Home

questo testo sarĂ  scritto interamente in MAIUSCOLO.



Codice
<style>
.uppercase {
text-transform: uppercase;
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a><br>
<p class="uppercase">questo testo sarĂ  scritto interamente in MAIUSCOLO.</p>