To remove underline from a link with CSS, add text-decoration: none to your code. ... a { text-decoration: none; color: black; }. This code ...
確定! 回上一頁