Ads (728x90)

Techonlogy

Subscribe Here

Sponsor

Social Share

Recent

Business

Video

Gallery

videos

You can create an HTML marquee (i.e. floating text or images) by utilizing the <marquee> tag. You can make the content/pictures look from right to left, left to right, through and through, or base to top.

Stop Marquee on hover using HTML<html>
<head>
<title>HUBKART</title>
</head>
<body>
<h1>Stop Marquee on hover</h1>
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Hubkart... hover over me!</marquee>
<p>Note : for more tutorials visit Hubkart </p>
</body>
</html>

Post a Comment