📄 interest_calc.htm
字号:
<html>
<head>
<title>Money Banks, Inc. -- Interest Calculator</title>
</head>
<body bgproperties="fixed" bgcolor="#CCCCFF">
<p></p>
<table border="0" width="100%" height="42">
<tr>
<td width="50%" height="36"><b><i><font size="5">Money Banks, Inc.</font></i></b></td>
<td width="50%" height="36"></td>
</tr>
</table>
<p align="center"><b><font size="4">Interest Calculator</font></b></p>
<form method="POST" action="Interest_calc.jsp">
<p><font size="4">Enter Principle Amount:</font><font size="4" color="#FF0000">
</font><input type="text" name="amount" size="20"></p>
<p ><font size="4">Enter Period in Months:</font><font size="4" color="#FF0000">
</font><input type="text" name="period" size="20"></p>
<p ><font size="4">Enter Rate of Interest:</font><font size="4" color="#FF0000">
</font><input type="text" name="int_rate" size="20"></p>
<p><font size="4">Interest
Payable:</font><font size="4" color="#FF0000">
</font><input type="text" name="int_pay" size="20"></p>
<p align="center"><input type="submit" value="Submit" name="Submit"><input type="reset" value="Reset" name="Reset"></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -