+ 1
How can I insert image in HTML5?
Cuestion abaut images in HTML5
3 Réponses
0
https://code.sololearn.com/WCnNImldl210/?ref=app
check out the background-image property. will help
+ 15
<img src="sololearn.jpg" alt="NA"/>
put your image's link/source in the src attribute.
+ 4
Best answer mark missplaced ^^