<HTML>
<!--
Author: Eric Schurman
Purpose: Demonstrate comments
Location: Chapter 4
-->
<HEAD>
<TITLE>Listing 4-5</TITLE>
</HEAD>
<BODY>
<!--This is an example of a single line comment -->
<B>This is a normal block of HTML. The rest of the HTML
on this page does not display because it is disabled, or
<I>"commented out,"</I> through the use of comments.</B>
<!--This multi-line comment disables ("comments out") some HTML.
This <B>line of HTML</B> is commented out in both browsers.
-->
<COMMENT>This type of comment is part of HTML 4.0.</COMMENT>
<COMMENT>This one comments out some more HTML.
This is <B>yet more commented out HTML</B>. This type of
comment tag does not work in Netscape 3 and 4.
</COMMENT>
</BODY>
</HTML>
网页中选择和选项标记 (2009-5-8 23:53:32)
HTMl表单中文本区域标记(多行文本显示) (2009-4-14 12:54:41)
快速学习HTML中的Input输入标记 (2009-4-12 23:31:44)
HTML中的表单标记容器概述 (2009-4-12 23:20:35)
HTML跨框架定位的实现方法 (2009-4-3 20:38:33)
html中框架、框架集的使用方法! (2009-4-3 20:25:3)
html中表格的嵌套使用!-精美排版必读 (2009-4-3 20:15:51)
html中表格的使用方法 (2009-4-3 20:3:53)
图像和超链接的标记 (2009-3-28 11:42:59)
学习html对齐方式属性和标记 (2009-3-28 11:35:50)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。