listing1-1.html

来自「Delphi XML & XPATH源代码」· HTML 代码 · 共 62 行

HTML
62
字号
<html>
<head>
<title>Movie Watchers</title>
</head>
<body>
<h1><a name="top">Welcome to Movie Watchers</a></h1>
<p>Your source for local film entertainment.
Have a look at <a href="#movies">what's on</a>,
<a href="#cinemas">where</a> and 
<a href="#screenings">when</a>.</p>
<hr />
<h2><a name="movies">Movies</a></h2>
<a name="SW2" href="SW1-site">
  <img src="SW2-logo" alt="Star Wars - Attack of the Clones"/>
</a>
<table border="0" width="100%">
  <tr>
    <th align="left" valign="top" width="15%">Rating:</th>
    <td width="15%">PG</td>
    <th align="left" valign="top" width="15%">Length:</th>
    <td>143 mins</td>
  </tr>
  <tr>
    <th align="left" valign="top">Director:</th>
    <td colspan="3">George Lucas</td>
  </tr>
  <tr>
    <th align="left" valign="top">Starring:</th>
    <td colspan="3">
      Ewan McGregor<br />
      Natalie Portman<br />
      Hayden Christensen<br />
      Christopher Lee<br />
    </td>
  </tr>
  <tr>
    <th align="left" valign="top">Synopsis:</th>
    <td colspan="3">Jedi Knights Obi-Wan Kenobi and Anakin Skywalker discover there
        is more than meets the eye behind an assassination attempt on Naboo Senator
        Padm&#xe9; Amidala&apos;s life. Meanwhile, a Sith Lord orchestrates events
        between the forces of good and evil, all the while waiting to play the
        final move that will ensure him control of the galaxy.
    </td>
  </tr>
  <tr>
    <th align="left" valign="top">Showing at:</th>
    <td colspan="3">
      <a href="#SW1-MM">MovieMania</a><br />
      <a href="#SW1-OC">Oscar's Cinema</a><br />
    </td>
  </tr>
</table>
  :
<p>Back to <a href="#top">the top</a>.</p>
<hr />
  :
<hr />
<p>Movie Watcher data supplied by
<a href="mailto:kbwood@iprimus.com.au">Keith Wood</a>.</p>
</body>
</html>

⌨️ 快捷键说明

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