简体   繁体   English

我的图像代码在 Visual Studio 2019 中不起作用

[英]My images code does not working in Visual Studio 2019

I am a newbie in coding and I try to find out what makes my HTML images idle?我是编码新手,我试图找出是什么让我的 HTML 图像空闲? Can you have a look for this?你能看看这个吗?

<p> My Most Favorite Plantnete - Uranus
img src "Uranus2.png" alt "Uranus" id "Pic3"
</p>

You need to edit this into:您需要将其编辑为:

<p>My Most Favorite Planet - Uranus
<img src="Uranus2.png" alt="Uranus" id="Pic3">
</p>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM