今天写点有意识的东西!会跑的图片和文字。
<html>
<head>
<title>hello</title>
</head>
<body>
<marquee direction="right" behavior="alternate">
<font color="red">啦啦啦,我会跑耶...</font>
<img src="Desert.jpg" width=100/>
</marquee>
</body>
</html>
看看效果:
大家看到的图片在页面上是左右跑动的!