Computer Science, asked by sairaj0, 11 months ago

list and describe the use of any five marquee tag attributes​

Answers

Answered by gyanendra4927
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