cara menghentikan teks tenda saat Anda memindahkan mouse di atasnya

<head>
	<meta charset="utf-8">
	<title></title>
	<style type="text/css">
		marquee.move:hover {
			cursor: pointer;
		}
	</style>
</head>
<body>
<marquee class = "move" onmouseover = this.stop(); onmouseout = this.start();> hello</marquee>
Daiwikrox bruh