How can I save this code as Gif animation to my phone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I save this code as Gif animation to my phone

<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>ULANDABABA Peeled</title> <meta name="viewport" content="width=600"> <link rel="stylesheet" href="css/style.css"> <link href="js/index.js" rel="javascript"> </head> <body> <p aria-label="ULANDABABA"> <span data-text="U">U</span> <span data-text="L">L</span> <span data-text="A">A</span> <span data-text="N">N</span> <span data-text="D">D</span> <span data-text="A">A</span></br> <span data-text="B">B</span> <span data-text="A">A</span> <span data-text="B">B</span> <span data-text="A">A</span> </p> </body> </html>

16th Dec 2019, 8:42 AM
abdul ulanda
abdul ulanda - avatar
2 Answers
+ 5
Use any screen recorder to record your screen while running code. You can find many screen recorders .just search on net. crop unncessary part of video. convert video to gif. https://www.google.com/search?q=video+to+gif&oq=video+to+gif&aqs=chrome..69i57.4033j0j4&client=ms-android-vivo&sourceid=chrome-mobile&ie=UTF-8
16th Dec 2019, 9:20 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 1
Thanks Omkar for your help
16th Dec 2019, 9:50 AM
abdul ulanda
abdul ulanda - avatar