Home
Questo titolo ha colore esadecimale
Codice
<style>
h1 {
color: #FF5733; /* arancione bruciato */
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a>
<h1>Questo titolo ha colore esadecimale</h1>