
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>其他标签演示</title>
<style type="text/css">
img {
width: 160px;
height: 80px;
}
#m2 {
position: absolute;
left: 600px;
top: 100px;
width: 200px;
height: 100px;
background: #ff0000
}
span {
color: red;
}
#f1 {
width: 200px;
border-color: #0000ff;
}
</style>
</head>
<body>
<marquee behavior="slide" direction="left">
<a href="../HTML2/frm.html"><img alt="zt1" src="../imgs/zt-1.jpg">
</a> <img alt="zt2" src="../imgs/zt-2.jpg"> <img alt="zt3"
src="../imgs/zt-3.jpg"> <img alt="zt4" src="../imgs/zt-4.jpg">
</marquee>
<br />
<br />
<marquee id="m2" scrolldelay="1000" behavior="scroll" direction="down">
<div>
<a href="../HTML2/frm/html">eddddddddd</a>
</div>
<div>
<a href="../HTML2/frm/html">aaaaaaaaaa</a>
<div>
<a href="../HTML2/frm/html">bbbbbbbbb</a>
</div>
<div>
<a href="../HTML2/frm/html">cccccccccc</a>
</div>
<div>
<a href="../HTML2/frm/tml">cddddddddd</a>
</div>
</marquee>
<pre>
<a href="2.html">dssds</a">
public class HelloWorld{
public static void main(String args[]){
System.out.println("Hello World!");
}
}
</pre>
<div>湖南城市</div>
学院计算机
<span>科学</span>与技术
<hr>
<fieldset id="f1">
<legend>登录窗口</legend>
姓名:<input type="text" name="name" id="u"><br /> 密码:<input
type="password" name="pwd"><br /> <input type="submit"
value="登录">
</fieldset>
<label accesskey="n" for="u"></label>
<!-- 为id为"u"的表单设置快捷键"n",当使用按Alt+n时光标焦点自动会进入该表单组件 -->
<form>
<fieldset>
<legend>health information</legend>
height: <input type="text" />
weight: <input type="text" />
</fieldset>
</form>
</body>
</html>