代码示例:(标识:css_text-decoration_link)
<!DOCTYPE html>
<html>
<head>
<style>
a {
  text-decoration: none;
}
</style>
</head>
<body>

<p>没有下划线的链接:<a href="https://www.sou-xun.com">sou-xun.com</a></p>

</body>
</html>
运行结果: