📄 计算器.html
字号:
<html>
<head>
<title>题目4:设计一个计算器应用程序,用于进行简单的加减乘除四则运算。---作者:谭建枚 05应数2班 学号200530770224
日期:2007.5.12</title>
<style type="text/css">
<!--
.STYLE1 {
font-family: "新宋体";
font-size: 36px;
color: #FF0000;
}
.STYLE2 {font-size: 36px}
.STYLE3 {
font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="400" height="200" border="1" align="center" bordercolor="#00FF00">
<caption>
<span class="STYLE3">设计一个计算器应用程序,用于进行简单的加减乘除四则运算。</span><br>
<span class="STYLE1"><br>
功能列表 </span>
</caption>
<tr>
<th scope="col">1.加.减.乘.除</th>
<th scope="col">2.求百分率</th>
<th scope="col">3.平方</th>
<th scope="col">4.开方</th>
</tr>
<tr>
<td><strong>5.阶乘</strong></td>
<td><strong>6.退格</strong></td>
<td><strong>7.重置</strong></td>
<td><strong>8.清零</strong></td>
</tr>
<tr>
<td><strong>9.正负号</strong></td>
<td><strong>10.乘以PI</strong></td>
<td><strong>11.sin,cos,tan</strong></td>
<td> </td>
</tr>
</table>
<applet code="calculator.class" name="计算器" Width=900 Height=200 hspace="1" vspace="10" align="middle" id="计算器">
</applet>
<table width="409" height="102" border="1" align="center" bordercolor="#00FFFF">
<tr>
<th scope="col"><span class="STYLE2">作者:</span></th>
</tr>
<tr>
<th scope="col"><span class="STYLE2">200530770224</span></th>
</tr>
<tr>
<td><div align="center" class="STYLE2"><strong>05应数2班24号</strong></div></td>
</tr>
<tr>
<td><div align="center" class="STYLE2"><strong>谭建枚</strong></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -