How can I insert image in HTML5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I insert image in HTML5?

Cuestion abaut images in HTML5

6th Jul 2017, 3:33 PM
Luis Felipe De La Rosa Garcia
Luis Felipe De La Rosa Garcia - avatar
3 Answers
0
https://code.sololearn.com/WCnNImldl210/?ref=app check out the background-image property. will help
6th Jul 2017, 8:54 PM
Ata
Ata - avatar
+ 15
<img src="sololearn.jpg" alt="NA"/> put your image's link/source in the src attribute.
6th Jul 2017, 3:37 PM
Dev
Dev - avatar
+ 4
Best answer mark missplaced ^^
7th Jul 2017, 8:14 AM
visph
visph - avatar