I now there is a way to create scrolling text into a html page(Like the stockmarket pages), without the need of javascript or similar, but i forgot how the name of the tag that did that.
Can someone help me to remember?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean the HTML
<marquee>tag?I wouldn’t use it though. It is deprecated by the W3C and not advised by them for use.
Read more here.
Alternatives could be CSS3 animation or CSS3 marquee, but this isn’t supported in all browsers.
Read here or here