+ 3
How to load image in html
4 ответов
+ 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/
+ 4
This will help you:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
+ 4
For example:-
<img src=" image.jpg" height="230 px" width="300px" />
Hope it will be helpful to you 😃
+ 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