Computer Studies
Define Marquee HTML Tag
HTML Advanced Features
23 Likes
Answer
This is a special tag used in an HTML document to give an extra effect to a string or a block of text. Generally, it is used to scroll a block of text within the web page. It has two attributes- direction and behaviour.
Syntax:
<marque>string of text</marque>
Example:
<marque>Hello</marque>
Answered By
13 Likes