How to put image in html | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 4

How to put image in html

image HTML

2nd Jul 2017, 1:55 PM
Florent Akama
Florent Akama - avatar
2 Antworten
+ 4
Just add <img src="imagename.jpg" alt=""> For more information visit the lesson "Html basics" in Html fundamentals course...
2nd Jul 2017, 2:00 PM
Ledio Deda
Ledio Deda - avatar
0
<img src="" alt=""> src= path to image goes here alt= any text that appears will be shown if you don't have a image
2nd Jul 2017, 2:03 PM
‎ ‏‏‎Anonymous Guy