How to add pictures in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add pictures in HTML?

23rd Mar 2018, 4:21 PM
Ildar
Ildar - avatar
4 Answers
+ 7
I noticed you had completed HTML course, I believe it is covered in there, you can take a look back, or here's the link to the chapter: https://www.sololearn.com/learn/HTML/1030/
23rd Mar 2018, 4:40 PM
Ipang
+ 4
use the img tag. Make it like this ... <img src="url.jpg"></img>
23rd Mar 2018, 4:35 PM
Aaron Stone
Aaron Stone - avatar
+ 3
Thank you
23rd Mar 2018, 4:42 PM
Ildar
Ildar - avatar