webpage.html

来自「Java 入门书的源码」· HTML 代码 · 共 32 行

HTML
32
字号
<!--Copyright (c) 1998, Arthur Gittleman
 --This example is provided WITHOUT ANY WARRANTY either expressed or implied.
 -->

<!-- Illustrates some html tags in
  -- a simple Web page.
  -->

<title> Let's try HTML </title>

<h1> Java is fun </h1>
<p>
<h3> With <em>Java</em> we can </h3>
<ul> <li> Do object-oriented programming
     <li> Create nifty graphics
     <li> Add applets to our Web pages
     <li> Network to remote computers
</ul><p>
Download Java from 
   <a href = "http://java.sun.com/"> Sun's home page. </a>
<br>
<h2> Get ready -- Here comes the prof
<img src=gittleman.gif><br>  
     who wrote this applet </h2><br>  Press the   
     <strong> Sort </strong> button to display 10 random numbers.<br>
     Then press the <strong> Next </strong> button to insert the next value in order.<br>
<applet code=Sort.class width=300 height=200>
   If you see this, your browser in not Java enabled.
</applet>

                  

⌨️ 快捷键说明

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