【发布时间】:2016-12-10 05:05:48
【问题描述】:
我正在使用 HTML 为我的网站开发锚标记。 当我在 jsfiddle 中预览我的代码时,我看到每个锚标记之间都有下划线。为什么会有下划线?我怎样才能删除它们? 这是我的意思的图片。 这是我的代码的链接 https://jsfiddle.net/Ricardoberbor/1soma26o/
<a href="https://www.facebook.com/ricardo.berumenborrego" target="_blank">
<img src="https://s6.postimg.org/4ya8t5ce9/Facebook.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0"><a href="https://www.linkedin.com/in/ricberbor3" target="_blank">
<img src="https://s6.postimg.org/u6zo0k6pt/Linkedin.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a><a href="https://www.behance.net/ricardoberbor" target="_blank">
<img src="https://s6.postimg.org/4hp16pon5/Behance.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a><a href="https://pinterest.com/ricardoberbor/" target="_blank">
<img src="https://s6.postimg.org/9o4rvhssh/Pinterest.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a><br><a href="https://www.jovoto.com/community/RicardoBerumen" target="_blank">
<img src="https://s6.postimg.org/3kn7bl2ip/Jovoto.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a><a href="https://www.bevisible.soy/users/10058" target="_blank">
<img src="https://s6.postimg.org/82kwpxt6p/Be_Visible.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a><a href="https://dribbble.com/ricardoberbor" target="_blank">
<img src="https://s6.postimg.org/xmn6wdekh/Dribbble.png" alt="https://www.google.com.mx" style="width:42px;height:42px;border:0">
</a>
【问题讨论】: