“编辑页面”的版本间的差异

来自能源智库
跳转至: 导航搜索
第1行: 第1行:
<!DOCTYPE html>
 
 
<html>
 
<html>
 +
 
<body>
 
<body>
  
<table width="500" border="0">
+
<form>
<tr>
+
名:
<td colspan="2" style="background-color:#99bbbb;">
+
<input type="text" name="firstname">
<h1>Main Title of Web Page</h1>
+
<br />
</td>
+
姓:
</tr>
+
<input type="text" name="lastname">
 
+
</form>
<tr valign="top">
 
<td style="background-color:#ffff99;width:100px;text-align:top;">
 
<b>Menu</b><br />
 
HTML<br />
 
CSS<br />
 
JavaScript
 
</td>
 
<td style="background-color:#EEEEEE;height:200px;width:400px;text-align:top;">
 
Content goes here</td>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="background-color:#99bbbb;text-align:center;">
 
Copyright W3School.com.cn</td>
 
</tr>
 
</table>
 
  
 
</body>
 
</body>
 
</html>
 
</html>

2016年6月17日 (五) 21:27的版本

<html>

<body>

<form> 名: <input type="text" name="firstname">
姓: <input type="text" name="lastname"> </form>

</body> </html>