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

📄 examplef4.html

📁 此源码为机械工业出版社出版的《Java语言程序设计》第三版所配套的书中所有源代码。
💻 HTML
字号:
<html>
<head>
<title>Demonstrating List Tags</title>
</head>
<body bgcolor=white>
<!-- Example E.4 List Tags -->
<center><b>List Tags</b></center>
An ordered List
<ol type=A>
  <li>Chapter 1: Introduction to Java
  <li>Chapter 2: Java Building Elements
  <li>Chapter 3: Control Structures
</ol>
An unordered List
<ul type=square>
  <li>Apples
  <li>Oranges
  <li>Peaches
</ul>
Definition List
<dl>
   <dt>What is Java?
   <dd>An Internet programming language.
</dl>
</body>
</html>

⌨️ 快捷键说明

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