DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> 提交留言HTML模板代碼
提交留言HTML模板代碼
編輯:WEB前端代碼     
預覽:http:///keleyi/phtml/divcss/19.htm

代碼如下:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>提交留言-hovertree</title>
</head>
<body>
<div style="width:800px;margin:10px auto">
<h2>提交留言</h2>
<table><tr><td> 標題:</td><td><input type="text" style="width:500px" /></td></tr>
<tr><td>內容:</td><td><textarea style="width:500px;height:200px"></textarea></td></tr>
<tr><td>留言者:</td><td><input type="text" style="width:500px" /></td></tr>
<tr><td></td><td><input type="button" value="提交" /></td></tr>
</table>

</div>
<div style="width:800px;margin:10px auto;font-family:Arial, Helvetica, sans-serif;text-align:center;">HoverTree &copy; 2014 </div>
<!--最近打算開發一個留言板,asp.net的,http://hovertree.codeplex.com -->
</body>
</html>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved