113k views
0 votes
Write down the html tag to scroll the text in web- pages?​

1 Answer

1 vote

Answer:

<marquee>Your Text Here</marquee>

Step-by-step explanation:

To create scrolling text in HTML, you can use the <marquee> tag. This tag allows you to create dynamic, scrolling text on your web page. The syntax is: <marquee>Your Text Here</marquee>. You can also customize the scrolling speed, direction, and more using additional attributes.

User Tarantula
by
8.6k points