⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tour.html

📁 设计一个软件的启动过程界面
💻 HTML
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -