在HTML标签中添加 style="text-decoration: none;" 即可

有下划线的HTML写法是这样:<li><a href="http://www.baidu.com/" target="_blank">百度一下</a>
没下划线的HTML写法是这样:<li><a style="text-decoration: none;" href="http://www.baidu.com/" target="_blank">百度一下</a>

 

 

 

 

 

    

相关文章:

  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-10-27
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2021-12-23
  • 2021-12-23
  • 2021-05-23
  • 2021-12-24
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案