📄 exercise27_6.html
字号:
<!-- Exercise27_6.html --><html><head><title>Exercise27_6.html</title></head><body>Please register to your instructor's student address book.</font><form method="post" action="http://localhost:8080/examples/jsp/Exercise27_6.jsp"><p>Last Name <font color="#FF0000">*</font> <input type="text" name="lastName"> First Name <font color="#FF0000">*</font> <input type="text" name="firstName"> MI <input type="text" name="mi" size="3"></p><p>Telephone <input type="text" name="telephone" size="20"> Email <input type="text" name="email" size="28"> </p><p>Street <input type="text" name="street" size="50"></p><p>City <input type="text" name="city" size="23"> State <select size="1" name="state"> <option value="GA">Georgia-GA</option> <option value="OK">Oklahoma-OK</option> <option value="IN">Indiana-IN</option> </select> Zip <input type="text" name="zip" size="9"></p><p><input type="submit" name="Submit" value="Submit"> <input type="reset" value="Reset"></p></form><p><font color="#FF0000">* required fields</font></p></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -