标签: html css frontend css-animations mousehover
I want to give Underline Hover effect to this navigation bar please help me with this please how to do that
答案 0 :(得分:0)
<style> a{ text-decoration: none; } a:hover{ text-decoration: underline; } </style>