How to remove the underline from the link? That's my code I try type some code in there, but still not working
@charset "utf-8";
/* CSS Document */
.top {
color:black;
font-family:Calibri;
text-decoration:none;
}
table {
}
<table>
<tr>
<td><a href="Home.html"><p class="top">Home</p></a></td>
</tr>
</table>