HTML取消文字下划线

您可以在CSS中使用text-decoration:none来删除超链接的下划线。

<html>

<head>

en{text-decoration:none

en{text-decoration:none

</head>

<body>

这是一个链接

</body></body></html>

怎么去掉超链接的下划线?

如何去除HTML中的超链接下划线:

“页面属性”-“链接”-“下划线样式”-“始终无下划线”完整CSS。

只需使用:a{text-decoration:none;},简单明了的{txt-decoration:underline;}。