Related Posts
Telugu Video Tutorials – Notes – Shortcuts
A simple syntax to use HTML <marquee> tag is as follows:
<marquee attribute_name=”attribute_value”….more attributes>One or more lines or text message or image</marquee>
Program 1:-
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
</body>
</html>
Extra Practical Output:-