📄 mail.html
字号:
<html><head><title>Mail Testing</title></head>
<body>
<h3>Mail Interface:</h3>
<form method="post" action="mail.asp">
<table width="600">
<tr>
<td>To:</td>
<td><input type="test" name="to" size="20"></td>
</tr>
<tr>
<td>From:</td>
<td><input type="text" name="from" size="20"></td>
</tr>
<tr>
<td>Subject:</td>
<td><input type="text" name="subject" size="20"></td>
</tr>
<tr>
<td>Content</td>
<td><textarea rows="10" name="body" cols="80"></textarea></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="send" name="send">
<input type="reset" value="cancel" name="cancel">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -