loan.html

来自「Application has mainly eight functions:-」· HTML 代码 · 共 15 行

HTML
15
字号
<html>
<head><center><h2><u><i>Savings to Loan  Screen</i><u></h2></center>
<title>LOAN SCREEN</title>
</head>
<br><br><body bgcolor=magenta>
<center><form>
Your AccNo   :<input type=text name=t1 size=20><br><br>
Loan Id           :<input type=text name=t2 size=20><br><br>
Amount           :<input type=text name=t3 size=20><br><br>
<input type=submit value="   OK   ">&nbsp&nbsp;
<input type=reset value=cancel>
</form></center>
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?