+ 1
How to get the pic of the web and into your html
It doesn’t really explain that,as a newb I need an explanation on how,any pro’s to help me?
2 ответов
+ 1
Any image on the web usually have a url that you can use in your html in this way:
<img src="IMAGE_URL" />
whete IMAGE_URL is the url of image
+ 1
thanks i figured out out wif jimme’s noggin