HTML Marquee Code
1) Continuous scrolling text:
| <marquee behavior="scroll" direction="left"> Welcome to Pinah Blog</marquee> |
output:
2) Bouncing text:
| <marquee behavior="alternate"> Welcome to Pinah Blog</marquee> |
output:
3) Text Scrolling Upwards
| <marquee direction="up" behavior="scroll"> Welcome to Pinah Blog</marquee> |
output:
4) Change the Scrolling Speed:
| <marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee> <marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee> <marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee> |
output:





