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

📄 news.html

📁 《JavaScript精粹》 源文件下载
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
  <title>News-ticker accessibility test</title>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <script type="text/javascript" src="news.js"></script>
</head>
<body>
  <h1>News-ticker accessibility test</h1>
  <p>
    This page begins with an empty ordered-list.
    At load time, the list is populated with five items
    from an array of ten, and then cycles through
    the items every 5 seconds, updating the whole list
    with the current five at each iteration
    (items 2-6, then 3-7, and so on).
  </p>
  <ol id="news">
  </ol>
</body>
</html>

⌨️ 快捷键说明

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