I'm learning HTML to prepare for my software/game development study, and for that I'm trying to build my own site as a project. I want to make the icon in the top of the tab animated, so I made a .gif of it, and added the following line to my <head></head>
: <link rel="icon" href="icon.gif" type="image/gif">
, which I found online. I have the icon.gif
saved in the same directory as the .html
file.
I've also tried converting it to an icon, but with no success. Can anyone tell me how I can make my tab icon animated?
Thanks in advance!