源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> <style> a { text-decoration: none; } </style> </head> <body> <p>有下划线的链接: <a href="http://www.codingdict.com">编程字典</a></p> </body> </html>
运行结果