Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.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_Image_Visual Studio - Fatal编程技术网

Html 图像没有´;不要出现在网站上。资源管理器路径已检查

Html 图像没有´;不要出现在网站上。资源管理器路径已检查,html,image,visual-studio,Html,Image,Visual Studio,我想在标题中显示的图像没有出现 我检查了浏览器路径和大写字母。我已经把整条路都打好了 图像未显示。在图形/examplelogo.png之前需要斜杠。因此,您的代码应该是: <header> <img src="/graphics/examplelogo.png" alt="Logo" height="150" width="600"> </header>

我想在标题中显示的图像没有出现

我检查了浏览器路径和大写字母。我已经把整条路都打好了


图像未显示。

图形/examplelogo.png
之前需要斜杠。因此,您的代码应该是:

<header>
    <img src="/graphics/examplelogo.png" alt="Logo" height="150" width="600">
</header>