0
About the tag <img>
hello all please solve my trouble ... I still didint know how to input Image in html tag ????
3 odpowiedzi
+ 3
Follow this tutorial : https://www.w3schools.com/tags/tag_img.asp
+ 2
you add the specific address of the image( ex: image.png)
you can also use alt='text' to display when the image do not load
<img src='image.png' alt='text'/>
you can also choose the height and width
<img src='image.png' alt='text' width=150px height=150px />
and you add a class or an id.
+ 1
that was I did master ...
but still souldnt inout to html document.