+ 1
How to add pictures in HTML?
4 Respostas
+ 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/
+ 4
use the img tag.
Make it like this ...
<img src="url.jpg"></img>
+ 3
Thank you