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>
2 Antworten
+ 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
+ 1
Thanks Omkar for your help