- 1
what is the code to make a word move in HTML?
Html code
3 Respostas
+ 1
You can use a marquee element…
<marquee>Word</marquee>
+ 1
<marquee>Deprecated: This feature is no longer recommended.</marquee>
0
HTML is for content. Moving is part of format, which goes in CSS.
Read about CSS animations.