Blogger Tutorial Add MAQUEE Text (Animation text) to blogger



You can put <marquee> tag to your blogger.<marquee> tag mean animation text.you can try below codes. Add them as java scripts.

1.Animation Left to Right
<marquee direction="left">Havelockknights</marquee>

This show will like this:

Havelockknights

2. Animation  Right to Left
<marquee direction="right">Havelockknights
</marquee>


This show will like this:

Havelockknights

 3.Animation  Down   to Up
<marquee direction="up">Havelockknights.</marquee>

This show will like this:


Havelockknights
4. Animation  Up  to Down

<marquee direction="down">Havelockknights</marquee> 


This show will like this:

Havelockknights

Comments