如何從鏈接中刪除下劃線?這是我的代碼 我嘗試在裏面輸入一些代碼,但仍然沒有工作如何刪除html中鏈接的下劃線
@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>