+ 4
How to post picture in my code on sololearn
Img problem
3 Antworten
+ 19
Abdulroqeeb Olaosebikan
Please use search bar before asking the question.
https://www.sololearn.com/discuss/1839260/?ref=app
https://www.sololearn.com/discuss/1039326/?ref=app
https://www.sololearn.com/discuss/2084638/?ref=app
https://www.sololearn.com/discuss/1288998/?ref=app
https://www.sololearn.com/discuss/2023817/?ref=app
https://www.sololearn.com/discuss/1608657/?ref=app
https://www.sololearn.com/discuss/448394/?ref=app
https://www.sololearn.com/discuss/155772/?ref=app
https://www.sololearn.com/discuss/2292204/?ref=app
https://www.sololearn.com/discuss/1283036/?ref=app
+ 6
Use the img tag and src attribute for the image.
<img src = "URL">
An example is
<img src= "img.jpg">
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
And also see this once
https://www.sololearn.com/learn/HTML/1030/
+ 2
Use the img tag and src attribute for the image.
<img src = "URL" alt="alternative">
An example is
<img src= "img.jpg" alt="">