htm.htm

来自「这是我上学期收集的一些我们班高手的JAVA期末作业的源代码」· HTM 代码 · 共 55 行

HTM
55
字号
<style type="text/css">
<!--
.style1 {
	font-size: xx-small;
	color: #0000FF;
}
body {
	background-color: #FFFFFF;
}
.style2 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
	font-family: "华文行楷";
}
.style3 {
	font-size: 36px;
	font-family: "华文行楷";
	color: #0000FF;
}
.style4 {
	font-family: "隶书";
	font-size: 36px;
}
-->
</style>
<table width="750" border="1" align="center" bgcolor="#CC99FF">
<tr><td height="565">
<table width="700" border="0" align="center">
  <tr>
    <td width="208" height="96"><div align="center">
      <p><img src="pic/1.ICO" width="75" height="74">&nbsp;&nbsp;<img src="pic\2.ICO" width="60" height="67"></p>
      <p><span class="style3">功能简介:</span></p>
    </div></td>
     <td width="250" align="center"><div  class="style1 style4">
      计算器演示</div>
    </td>
    <td width="228"><a href="pic\3.JPG"><img src="pic\3.JPG" width="221" height="134" border="0"></a></td>
  </tr>
  <tr>
    <td height="258"><p class="style4">实现计算器的加、减、乘、除、开方、取模、倒数、正负数等功能。</p>
      <p>&nbsp;</p></td>
    <td><applet code="Counter.class"  width=250 height=250 align="middle">
    </applet></td>
    <td><p align="center"><img src="pic/4.ico" width="113" height="90"></p>
      <p align="center"><img src="pic/5.ico" width="110" height="75"></p>
      <p>&nbsp;</p></td>
  </tr>
  <tr>
    <td height="29" colspan="3"> <div align="center" class="style2"> 班级:01计机2班&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;姓名:杨锐荣&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;学号: 33号 </div></td>
    </tr>
</table>

</td></tr>
</table>

⌨️ 快捷键说明

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