Computer Science, asked by jayantishaw68, 3 months ago

A scrolling text on a webpage is known as​

Answers

Answered by shivanivish2345
1

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

Answered by pragyakirti12345
0

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

Similar questions