1<head>
2 <meta charset="utf-8">
3 <title></title>
4 <style type="text/css">
5 marquee.move:hover {
6 cursor: pointer;
7 }
8 </style>
9</head>
10<body>
11<marquee class = "move" onmouseover = this.stop(); onmouseout = this.start();> hello</marquee>