calcage.htm
来自「Apress - Managing Enterprise Systems Wit」· HTM 代码 · 共 11 行
HTM
11 行
<html><head>
<title>Calculate Age</title>
</head><body>
First Name: <input type="text" name="txtFirstName" size="20"><br>
Last Name: <input type="text" name="txtLastName" size="20"><br>
Date of birth: <input type="text" name="txtBirthDate" size="19"><br>
Age <input type="text" name="txtAge" size="6"></p>
<p align="center"><input type="button" value="Calculate Age" name="cmdCalculate">
<input type="button" value="Quit" name="cmdQuit"></p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?