+ 2
How can I include an image in html?
I have tried to follow the instructions given by some members on here but I've failed to get it right.
7 Respostas
+ 15
<img src=source alt="wrong path">
+ 4
Do you know if you're wanting to use a relative or absolute path? Do you know how to find either of these or would you like this explaining?
+ 3
<img src = "urlOfYourImage" alt="alternativeTextInCaseIDoNotWork" />
+ 2
<img src="http://imageUrl.png" >
+ 1
I don't mean generally in html but here on solo learn.
+ 1
@peter could you please explain the difference between relative and absolute paths?