+ 3
Any HTML expert that can teach me more img src I don't understand it 😭😭
To everyone
5 Respuestas
+ 13
similar posts available , use search bar before posting ur question
hope, it may helps u
https://www.sololearn.com/discuss/760123/?ref=app
https://www.sololearn.com/discuss/380709/?ref=app
https://www.sololearn.com/discuss/1572389/?ref=app
https://www.sololearn.com/discuss/1968235/?ref=app
https://www.sololearn.com/discuss/1476593/?ref=app
https://www.sololearn.com/discuss/2047927/?ref=app
https://www.sololearn.com/discuss/1143805/?ref=app
https://www.sololearn.com/discuss/1836882/?ref=app
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 4
I can
+ 3
Adewoyin Adebowale Emmanuel The< img> src attribute contains the URL for where the image is stored.
+ 1
Just use the img tag and close it. Like <img src="url" alt="not found" width="200px" height="200px"/>
This basics can get you started. You can also use style to format your image on the page.