Gifs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Gifs

What Lang can you use to import gifs, and how do you do it? Plz give a example...

20th Nov 2018, 6:29 AM
Hayden
5 Answers
+ 1
20th Nov 2018, 8:39 AM
Janning⭐
Janning⭐ - avatar
+ 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.
21st Nov 2018, 1:14 AM
Janning⭐
Janning⭐ - avatar
+ 1
Alright thanks
21st Nov 2018, 3:37 AM
Hayden
0
how would u get gifs from the internet.
20th Nov 2018, 3:45 PM
Hayden
0
I know that its in web but i dont know which of the three lang. u use to get and show gifs.
20th Nov 2018, 3:46 PM
Hayden