0
Can any1 teach me how to insert a image in html i am not able to insert a inage
4 odpowiedzi
+ 2
u can put the link of an image from google images for example or u can put the name of an image that is on ur computer maybe C:\Users\user\Pictures\myimage.jpg but if its in the same directory as ur html file just put the name (myimage.jpg) or png or gif or idk, without the () so <img src="myimage.jpg">
+ 1
<img src="(name of ur image here)">
0
name means link or img name ?
0
ty