+ 1
Gifs
What Lang can you use to import gifs, and how do you do it? Plz give a example...
5 Respostas
+ 1
What do you mean by "import"?
https://code.sololearn.com/W1HE74c6JmEX/?ref=app
+ 1
All content on the Internet is hosted (sits on a server somewhere that runs all the time so people can access the content when they send a signal to retrieve a copy). Some websites protect their content so that random people can't steal it or use it without permission, but just because some people don't take such necessary technological measures doesn't automatically mean that random people now have the right to use that content, so find some websites that host free gifs and read their terms of use before borrowing their content. Once you're certain you have permission, you will want to isolate the piece of content you are interested in borrowing. In that way, gifs are no different than standard image files. I generally check to see that I have the correct URI/URL by chasing down links until I am able to pull up a page with the gif by itself (not surrounded by words or colors). Then I take that URI/URL and paste it into my code as the value for the src attribute. Not hard. Just a few extra steps.
+ 1
Alright thanks
0
how would u get gifs from the internet.
0
I know that its in web but i dont know which of the three lang. u use to get and show gifs.