是否需要在HTML頁面的起始處編寫doctype?例如。 是否需要在網頁的起始處添加HTML文檔類型
如果我用這個文檔類型和在HTML文件中:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body >
<table width="95%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#99FF66">
<tr>
<td>
<form id="login" name="loginForm" action="" method="post">
<table align="center" border="0" cellspacing="0">
<tr><td>User Name:</td><td><input class="inputtext" name="username" type="text" id="un"/></td></tr>
<tr><td>Password:</td> <td><input class="inputtext" name="password" type="password" id="pwd"/></td> </tr>
<tr><td style="padding: 0 0 0 3px"> <input name="Submit" type="submit" class="sbutton" tabindex="4" value="Login" /></td></tr>
</table>
</form>
</td>
</tr>
</table>
表或形式並不在該中心網頁(水平和垂直)的到來。它只是水平居中。我想要兩個。 如果我刪除了上面的文檔類型,那麼表格將以這兩個軸爲中心。 請告訴我錯在哪裏。
http://www.w3.org/QA/Tips/Doctype – 2011-04-08 12:35:16