console
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<svg style="width:1000px;height:1000px;">
<rect x="50" y="50" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover"/>
<set attributeName="fill" to="black" begin="mouseout"/>
</rect>
<text x="50" y="70" fill="red"> 小米电风扇</text>
<rect x="50" y="80" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="110" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="140" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="170" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="200" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="230" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
<rect x="50" y="260" width="100px" height="30">
<set attributeName="fill" to="orange" begin="mouseover">
</rect>
</body>
</html>