Home



Codice

<style>
.none {
outline-style: none;
outline-width: 2px;
outline-color: red;
}
</style>
</head>
<body>
<a href="#" onClick="window.history.go(-1);">Home</a>
<button class="none">Nessun Contorno</button>