Marquee Tag in Html and Properties of Marquee Tag with Html Code
<!DOCTYPE html>
<html>
<head>
<title>Marquee Tag Example</title>
</head>
<body>
<marquee behavior="scroll" scrollamount="10" direction="right" loop="3">Welcome To Coding Hub</marquee>
</body>
</html>
<html>
<head>
<title>Marquee Tag Example</title>
</head>
<body>
<marquee behavior="scroll" scrollamount="10" direction="right" loop="3">Welcome To Coding Hub</marquee>
</body>
</html>
Comments
Post a Comment