Horje
How to automatically scroll text in HTML Code Example
How to automatically scroll text in HTML
Here's the simplest way to do it without any Javascript or whats so ever!
<marquee>Add the text you want to scroll</marquee>
You can even control it using these attributes
<marquee behavior="scroll" direction="right"></marquee>
<marquee behavior="scroll" direction="up"></marquee>
<marquee behavior="scroll" direction="down"></marquee>
<marquee behavior="scroll" direction="left" scrollamount="5"></marquee>
You can use CSS to make it look better and make it dynamic. But this is 'nuf for now!




Html

Related
reload tab using meta Code Example reload tab using meta Code Example
HTML Bullet Points / Lists Code Example HTML Bullet Points / Lists Code Example
htaccess redirect to html page Code Example htaccess redirect to html page Code Example
html auto start video Code Example html auto start video Code Example
router link @click Code Example router link @click Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8