+ 3
Hoe to insert an image?
how
2 odpowiedzi
+ 15
in HTML
<img src="url of image" />
+ 3
HTML
<img src= "url of image"/> if you want to add image from a certain source
if you have image downloaded then paste it in the same folder where your html file is saved
<img src= name of the image with extentions />