0
how can I get an animated name to show up on my browser
I tried using the animated text from code academy it was written in HTML but it doesn't work on my website ps I use github
1 Odpowiedź
0
Depends, gotta be more specific. Do you want an animated .gif logo with your name?
Same way you would "call" any other image file:
<img src = "youranimatedlogo.gif" alt = "Picture of your on-a-loop animated logo" />