|
Marquee tags are for scrolling the text from one direction to another.
In HTML, the marquee tag will scroll your text from Left to Right or vice versa.
If you want the text to scroll from Top to Bottom or vice versa, then you will have to use anyother language like JavaScript or DHTML.
As Commes said, you will only have to use <marquee> </marquee> (place your text in between them). This is the simplest yet effective HTML tag and helps us in a lot of ways.
|