- 1
How to put an image in html
2 Réponses
+ 3
<img src = "my_image.png">
Also, it's in the HTML course
+ 1
<img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
this is just an example.
you can also replace the "pic_mountain.jpg" with an address link from google images.