帮我看看这HTML语法哪里错了

来源:百度知道 编辑:UC知道 时间:2024/05/29 03:49:48
我是按照书上打的,确打不出书上的效果

<!doctype html puplic "-//w3c//dtd html 4.01 transition//en"
"http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=gb2312">
<title>员工信息档案</title>
</head>
<body >
员工档案登记表
<form name="form1" method="post" action="'>
<p>  工号:  
<input name="id" type="text" size="6" maxlength="6">
</p>
<p>  密码;  
<input name="password" type="password" size="20" maxlength="20">
</p>
<p>确认密码:
<input name="passwordcfm" type="pas

下面是我的解决办法 你可以看一下代码

我运行可以看到--是否党员

<!doctype html puplic "-//w3c//dtd html 4.01 transition//en"
"http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=gb2312">
<title>员工信息档案</title>
</head>
<body >
员工档案登记表
<form name="form1" method="post" action="">

<p> 工号:
<input name="id" type="text" size="6" maxlength="6">
</p>
<p> 密码:
<input name="password1" type="password" size="20" maxlength="20">
</p>
<p>确认密码:
<input name="password2" type="password&q