what is the use of < marquee> tag? how can you set behavior of a marquee in a web page? give example ?
Answers
Answered by
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:
Answered by
1
Answer:
Attached the image
Hope it helps you :)
Attachments:
Similar questions