0
how do i post images on html?
I know that you can copy-past the link of a google image into html but how can i transfer an image off my computer to html?
2 Réponses
0
<img src="someimage.jpg"> simple as that
0
very simpel
<img src="imagename.jpg" alt="imagename" width="100px" height="90px"/>