exercise27_4.html
来自「java程序设计导论(daniel liang著) 所有偶数课后习题答案」· HTML 代码 · 共 24 行
HTML
24 行
<!-- Exercise27_4.html --><html><head><title>Exercise27_4</title></head><body>Compute Tax<form method="get" action="http://localhost:8080/examples/jsp/Exercise27_4.jsp"><p>Taxable Income <input type="text" name="taxableIncome"><br>Filing Status <select name="filingStatus" size="1"> <option value="0">Single <option value="1">Married File Jointly <option value="2">Married File Separately <option value="3">Head of Household </select><p><input type="submit" name="Submit" value="Compute Tax"> <input type="reset" value="Reset"></p></form></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?