【问题标题】:Picture link to another website not working HTML图片链接到另一个网站的 HTML 不工作
【发布时间】:2017-06-20 17:34:32
【问题描述】:

美好的一天!我有这个图片链接,但是当我点击图片时它没有链接:

<div id="image-facebook" class="blok"> <a href="https://www.facebook.com/DePrael/"></a href></div>

我这样做对吗?

【问题讨论】:

    标签: html image hyperlink


    【解决方案1】:

    这应该可行

    <div id="image-facebook" class="blok"> <a href="https://www.facebook.com/DePrael/"></a></div>
    

    【讨论】:

      【解决方案2】:

      href 属性指定链接到的页面的 URL。 你应该写这个

      before 
         //<a href="https://www.facebook.com/DePrael/"></a href>
      after
         //<a href="https://www.facebook.com/DePrael/"></a>
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2018-12-09
        • 1970-01-01
        • 2018-09-15
        • 2014-04-18
        • 2015-09-19
        • 2016-07-20
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多