How to load image in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to load image in html

30th Dec 2020, 6:56 AM
SATYAM KUMAR
SATYAM KUMAR - avatar
4 Answers
+ 6
<img src="image. png" /> I looked at your html progress bar but it seems like you havent unlocked that lesson. But dont worry just keep progressing on the lesson as you will get there eventually https://www.sololearn.com/learn/HTML/1030/
30th Dec 2020, 6:58 AM
noteve
noteve - avatar
30th Dec 2020, 8:50 AM
JaScript
JaScript - avatar
+ 4
For example:- <img src=" image.jpg" height="230 px" width="300px" /> Hope it will be helpful to you 😃
30th Dec 2020, 9:23 AM
KRITI
KRITI - avatar
+ 3
It's quite simple to load an img: You can use in html the img tag, link the link or source of the img in the src. Like this example: <img src="https://blob.sololearn.com/avatars/f33eafce-14f7-462f-a3f8-a20b7e3a8039.jpg" alt="If it's an error in loading, I will display. " > For more: https://www.sololearn.com/learn/HTML/1030/https://www.w3schools.com/html/html_images.asp For load an img on Dropbox or etc: https://code.sololearn.com/WW6t4B73kJVz/?ref=app https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
30th Dec 2020, 8:58 AM
Matthew
Matthew - avatar