Computer Science, asked by sanray23, 11 months ago

tell me marquee code plzzz​


lazykhurpdvjpg: report the two answers they are just point collectors

Answers

Answered by Girdharik
1

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