動態產生超連結底線

.動態超連結 {
    text-decoration: none;
}
.動態超連結:hover {
    text-decoration: underline;

<a class="動態超連結" href="...">...</a>

留言

熱門文章