0
How to code an image in html?
I tried the <img> tag but couldn’t attach an image
3 Réponses
+ 2
What exactly did you try? Please link your code!
0
when attaching the image you should also check the path if it is the same path you are using in your <img> tag.
0
It should look like this:
<img src = "Image Address" alt = "Optional Title for your image"/>
You may have accidentally copied the image than the image address, I frequently made that mistake when learning HTML/CSS.