Computer Science, asked by umeshkumarsen60614, 2 months ago

what is mercury explain Mercury tag along with use of attributes​

Answers

Answered by nikhilkumarsaha27
0

Answer:

<!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>

Similar questions