index.html

来自「Jay Skript And The Domsters一书中最后一章网站实例源代」· HTML 代码 · 共 29 行

HTML
29
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head>  <meta http-equiv="content-type" content="text/html; charset=utf-8" />  <title>Jay Skript And The Domsters</title>  <link rel="stylesheet" type="text/css" media="screen" href="styles/basic.css" />  <script type="text/javascript" src="scripts/global.js"></script>  <script type="text/javascript" src="scripts/home.js"></script></head><body>  <div id="header">    <img src="images/logo.gif" alt="Jay Skript and the Domsters" />  </div>  <div id="navigation">    <ul>      <li><a href="index.html">Home</a></li>      <li><a href="about.html">About</a></li>      <li><a href="photos.html">Photos</a></li>      <li><a href="live.html">Live</a></li>      <li><a href="contact.html">Contact</a></li>    </ul>  </div>  <div id="content">    <h1>Welcome</h1>    <p id="intro">Welcome to the official website of Jay Skript and the Domsters. Here, you can <a href="about.html">learn more about the band</a>, view <a href="photos.html">photos of the band</a>, find out about <a href="live.html">tour dates</a> and <a href="contact.html">get in touch with the band</a>.</p>  </div></body></html>

⌨️ 快捷键说明

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