java9.htm

来自「Javaapplet实例教程,applet例子」· HTM 代码 · 共 49 行

HTM
49
字号
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<title>网页教学网-->>免费教程</title>
<link rel="stylesheet" type="text/css" href="samp.css">
</head>
<body background="backgr.gif">
<table border="0" width="750">
    <tr>
        <td valign="top" width="150"><br><br>  
   
</td>
        
<td width="600">

<table border="0" width="100%" cellspacing="0" cellpadding="0" height="34">
  <tr>
    <td width="11%" rowspan="2" height="34"></td>
    <td width="26%" height="16"><br>
    <font face="Arial Narrow" color="#FF0000">Clock.class</font></td>
    <td width="53%" height="16">
    <applet code="Clock.class" width="160" height="80" align="middle">
      <param name="bordersize" value="30">
      <param name="bordercoloroutside" value="#dedede">
    </applet>
    </td>
    <td width="10%" height="16"></td>
  </tr>
  <tr>
    <td width="79%" height="18" colspan="2" bgcolor="#FFFFFF"><br><p>
    将下列原代码加入html的&lt;body&gt;&lt;/body&gt;之间:<br>
    <br>
    <font face="Arial Narrow" color="#408080">&lt;applet code=&quot;Clock.class&quot; 
    width=&quot;160&quot; height=&quot;80&quot; align=&quot;middle&quot;&gt;<br>
    &lt;param name=&quot;bordersize&quot; value=&quot;30&quot;&gt;<br>
    &lt;param name=&quot;bordercoloroutside&quot; value=&quot;#dedede&quot;&gt;<br>
    &lt;/applet&gt;</font><br>
    <p align=center><a href=./index.htm>[返回]</a></p>
    </td>
    <td width="10%" height="18"></td>
  </tr>
</table>

</td></tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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