简体   繁体   中英

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? 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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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