0
How do I show an image on HTML
Help
7 Antworten
+ 11
Tony
use searchbar before asking any questions.&Plz learn and complete the lesson first..
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/learn/courses/html-introduction
+ 5
use:
<img src="image link">
that's all for further understanding complete HTML course first
+ 5
https://www.sololearn.com/Discuss/3204549/?ref=app
before you ask the question please use search engine in sololearn in 'discuss' section
+ 1
Please search before asking, and take HTML courses first, as this is covered in the HTML for beginner course.
https://www.sololearn.com/discuss/3210700/?ref=app
+ 1
In HTML you could show image in following ways:
Img tag =<img>
Source attribute=src
Value as URL
And text
Example: <img src="URL"text>
+ 1
You could do this code:
<img src="The link for the image">