state.html

来自「internet banking system」· HTML 代码 · 共 31 行

HTML
31
字号
<html>
<head><center><h2><u><b><i>WELCOME TO BANKING</i></b></u></h2></center>
</head>
<a href="aboutus.html"><img src="home2[1].gif" align=right></a>
<body bgcolor=yellow text=red >
<font face=arial size=5 color=blue><br><br>
<center><h3><i><b>STATEMENT</b></i></h3></center></font>
<br><center>
<table border=22 bgcolor=yellow bordercolor=blue>
<tr><td bordercolor=blue bordercolorlight=maroon align=center >
<a href="statement.html">Statement</td>
<td  align=center><a href="transaction.html" target=_top>Transaction</td>
<td align=center>
<a href="usermanager.html">UserManager</td>
<td align=center><a href="logout.html">Logout</td>
</tr></table>
<form >
<center><pre>
Name   :<input type=text name=t1 size=20>
Accno  :<input type=text name=t2 size=20>
<br>
<h4>The Balance in Your Account is RS :<input type=text name=t3>
<br><br></center></pre>
<center><p>
<input type=button name=b1 value=statement>
<input type=button name=b2 value=Query>
</center></p>
</form>
</body></html>

⌨️ 快捷键说明

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