How to insert picture in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to insert picture in html?

<img src="" alt/> does not work, help please!

27th Apr 2022, 12:31 PM
Mr. Sasquatch
2 Answers
+ 2
Use <img src="image.png" alt/>
27th Apr 2022, 2:50 PM
Azim Shaikh
Azim Shaikh - avatar
+ 1
Usikg the image tag. It will be covered in lesson 12 of the sololearn html course. Keep learning or Google for the tag and examples.
27th Apr 2022, 12:33 PM
Lisa
Lisa - avatar