日期:2014-05-16 浏览次数:20396 次
<!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">
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="Gao YiXiang" />
<meta name="email" content="yixianggao@126.com" />
<meta name="keywords" content="javascript dhtml dom" />
<meta name="description" content="I love web development." />
</head>
<body>
<div id="div1" style="background-color: red; width: 100px; height: 300px;"></div>
<div id="div2" style="display: none; background-color: green; width: 100px; height: 300px;"></div>
<div id="div3" style="display: none; background-color: blue; width: 100px; height: 300px;"></div>
</body>
</html>