Computer Science, asked by kumars6061, 11 months ago

Which is not a property of attribute behaviour of marquee tag?

Answers

Answered by meghakatiyar1
29
<marquee> tag is for moving the text.

it doesn't have any attribute.

Anonymous: wish u many many returns of the day, happy birthday, may God bless you nd fulfill all ur wishes, stay blessed dearie ❤
meghakatiyar1: thanks luvski
Anonymous: ur most wlcm sweetheart ❤
Answered by aqibkincsem
13

The term <marquee> tag is for moving the text. it doesn't have any attribute.

Example of :marquee tag: The HTML <marquee> tag is meant to scroll any portion of displayed image or text either vertically downward or horizontally across the web page which depends on the settings.

Live Demo: <!DOCTYPE html><html><head><title>HTML marquee Tag</title></head><body><marquee>This is basic example of marquee</marquee><marquee direction = "up"> direction is from bottom to top.</marquee></body>Global Attributes:  all the global attributes related to tag support as  described in − HTML Attribute Reference.

Specific Attributes: The HTML <marquee> tag also supports the following additional attribute

Similar questions