Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html <;图片>;标签不显示图片_Html_Css - Fatal编程技术网

Html <;图片>;标签不显示图片

Html <;图片>;标签不显示图片,html,css,Html,Css,我不明白为什么picture标签中的img不想显示?有什么想法吗 谢谢 您的图像路径错误。看我的例子 您的图像路径错误。看我的例子 我相信这是图像:(源代码标签中的url错误) 我相信这是图像:(源代码标签中的url错误) 您正在查看的图像在此URL上不可用 http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png 试试这个 &

我不明白为什么
picture
标签中的
img
不想显示?有什么想法吗

谢谢


您的图像路径错误。看我的例子


您的图像路径错误。看我的例子


我相信这是图像:(源代码标签中的url错误)


我相信这是图像:(源代码标签中的url错误)


您正在查看的图像在此URL上不可用

http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png  
试试这个

<picture data-qa-node="picture" data-qa-file="AppBlocksCarousel">
            <source srcset="https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" type="image/webp">
                <img src="http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png" srcset="http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png, http://diy logodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png" alt="Google">
        </picture>

您正在查看的图像在此URL上不可用

http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png  
试试这个

<picture data-qa-node="picture" data-qa-file="AppBlocksCarousel">
            <source srcset="https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" type="image/webp">
                <img src="http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png" srcset="http://diylogodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png, http://diy logodesigns.com/blog/wp-content/uploads/2016/04/google-logo-icon-PNG-Transparent-Background.png" alt="Google">
        </picture>