A scrolling text on a webpage is known as
Answers
Answer:
There are two easy ways to add scrolling text to a web page (without using JavaScript). These are: HTML Scrolling Text — using the HTML <marquee> tag. CSS Scrolling Text — using the CSS animations
Answer: HTML marquee
Explanation:
A scrolling text on a webpage is known as marquee.
Scrolling text is text that moves onto a webpage, by following the direction you define for it. It is dynamically displayed and has the properties you have set for this at the beginning.
An HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down the webpage depending on the settings. This is created by using HTML tag : <marquees> .
There are two easy ways to add scrolling text to a web page (without using JavaScript). These are: HTML Scrolling Text — using the HTML <marquee> tag and by CSS Scrolling Text — using the CSS animations.
#SPJ3