Write a program to display Marquee from right to left
Name of Program - Program to display marquee from right to left
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee from Left to Right</marquee>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
HTML marquee Tag
Post a Comment