Computer Science, asked by Hush8368, 5 hours ago

Attributes of marque tag sets the speed of the movement of marque object

Answers

Answered by kriti1449
1

Answer:

<MARQUEE>TAG

  • The <marquee>tag is used to display a scrolling text message within a document.

Attributes are :

  • Behavior- values are scroll/alternate/slide
  • Direction- specifies scrolling direction of the marquee text. Values are left/right.
  • Scrollamount- indicates how far marquee text shift between redraws. (number of pixels)
  • Scrolldelay- indicates how often the marquee text redraws. Increase the value of (number of pixels) ,slow the scrolling action.
  • Example: <marquee direction=“left” scrolldelay=“250”> scroll text </marquee>

Hope it helps you :)

Explanation:

Similar questions