tour.html

来自「设计一个软件的启动过程界面」· HTML 代码 · 共 29 行

HTML
29
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html>  <head>    <title>Knight's Tour Applet</title>  </head>  <body>    <h1>Knight's Tour Applet</h1>    <p>    Drag the bottom or right border of the board to resize it.<br>    Note that there are no tours on boards with an odd number of squares.    </p>    <hr>    <applet code="KnightsTour.class" width=400 height=450>    <param name="image" value="knight.gif">    <p>    The Knight's Tour applet requires Java 1.1 or later.<br>    If Java is disabled in your browser, enable it now and reload the page.    </p>    </applet>    <hr>    <p>    <li><a href="doc/overview.html">Overview</a>    <li><a href="doc/doc.html">Document</a>    </p>    <address>Author: <a href="http://www.helsinki.fi/~vahaaho">Markku V鋒鋋ho</a></address>  </body></html>

⌨️ 快捷键说明

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