📄 accountopen.jsp
字号:
<%@ page language="java" %>
<html>
<body bgcolor="pink">
<p align="center"><font color="#408080"><form name="form1" action="SavingBank.jsp " method="post">
</font></p>
<center>
<font color="blue">
<h1><font color="#0080FF" size="7">Banking Information System</font></h1>
</font color>
</center>
<center>
<font color="green">
<h2><font color="#008040" size="6"><strong>Account Open</strong></font></h2>
</font color> <strong><font color="#408080"> <font color="#FF0000" size="+1">Acc
Holder Name :
<input type="text" name="text1" id="text1" >
</font></font></strong><font color="#408080"><font color="#FF0000" size="+1"><strong><br>
Occupation :
<input type="text" name="text1" id="text1" >
<br>
Date Of Birth :
<input type="text" name="text1" id="text1" >
<br>
Sex :
<input type="radio" name="male" checked>
Male <br>
<input type="radio" name="female" >
Female <br>
Phone No :
<input type="text" name="text1" id="text1" >
<br>
Address :
<input type="text" name="text1" id="text1" >
<br>
Nationality :
<input type="text" name="text1" id="text1" >
<br>
Income :
<input type="text" name="text1" id="text1" >
<br>
Account Type :
<select>
<option selected>Savings</option>
<option >CurrentAccount</option>
<option >RecurringDeposit</option>
</select>
<br>
</strong><br>
</font>
<input type="submit" name="submit" value="submit" >
<input type="reset" name="reset" value="reset" >
<br>
</font>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -