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



我是一个编码新手,我试图找出是什么让我的HTML图像空闲?你能看看这个吗?

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

您需要将其编辑为:

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

最新更新