list and describe the use of any five marquee tag attributes
Answers
Answered by
4
Description
The HTML <marquee> tag is used for scrolling piece of text or image displayed either horizontally across or vertically down your web site page depending on the settings.
Example
Live Demo
<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
<marquee direction = "up">The direction of text will be from bottom to top.</marquee>
</body>
</html>
This will produce the following result
hope it will help you
please follow and Mark brainliest
Similar questions
Computer Science,
5 months ago
Biology,
5 months ago
English,
5 months ago
Political Science,
11 months ago
Social Sciences,
11 months ago
Math,
1 year ago
Physics,
1 year ago