Home
Questo testo è centrato.
Codice
<style>
.center {
text-align: center;
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a><br>
<div class="center" style="width: 300px; border: 1px solid #000;">
<p>Questo testo è centrato.</p>
</div>