“留言:文华”的版本间的差异
| 第3行: | 第3行: | ||
<center><font size="4" color=#545454;">'''有什么话,请给我留言吧'''</font></center> | <center><font size="4" color=#545454;">'''有什么话,请给我留言吧'''</font></center> | ||
<font size="4" color="#545454> | <font size="4" color="#545454> | ||
| + | ---- | ||
| + | <!-- 留言界面 --> | ||
| + | <body> | ||
| + | <div style="text-align: center; margin-top: 140px"> | ||
| + | <h1>请留言</h1> | ||
| + | <form action="LeaveMessage" method="post"> | ||
| + | <table style="margin-left: 37%" border="1"> | ||
| + | <caption>填写留言信息</caption> | ||
| + | <tr> | ||
| + | <td>留言标题</td> | ||
| + | <td><input type="text"name="title" /></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>留言内容</td> | ||
| + | <td><textarea name="message" rows="5" cols="35"></textarea></td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | <input type="submit"value="提交" /> | ||
| + | <input type="reset"value="重置" /> | ||
| + | </form> | ||
| + | <a href="main.jsp">返回留言板界面</a> | ||
| + | </div> | ||
| + | </body> | ||
2019年12月6日 (五) 14:15的版本
你好!
<body>
请留言
<form action="LeaveMessage" method="post">
| 留言标题 | <input type="text"name="title" /> |
| 留言内容 | <textarea name="message" rows="5" cols="35"></textarea> |
<input type="submit"value="提交" />
<input type="reset"value="重置" />
</form>
<a href="main.jsp">返回留言板界面</a>
</body>