<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>跑马灯演示</title>
</head>
<body bgcolor="#A9E2F3">
<marquee direction="right" behavior="alternate" scrollamount="10" loop="3" bgcolor="#FFFF00">
<font color="#FF0033" size="+3" >welcome to you</font></marquee>
<p><h2 align="center"><font color="#0000CC"><b>A simple HTML document</b></font></h2></p>
<p>Welcome to the world of HTML</p>
<p>This is a simple HTML document.It is to give you an outlint of how to write HTML file and how <b>the markup tags</b> works in the HTML file</p>
<p>Following is htree chapters<br><br>
<li>This is the chapter one</li><br>
<li><u><font color="#0000CC">This is the chapter two</font></u></li><br>
<li>This is the chapter three</li><br>
</p>
</body>
</html>
效果图如下: