|
This example demonstrates how to create an image map, with clickable regions. Each of the regions is a hyperlink.
|
|
|
这个案例展示了如何建立一个图象的热点地图,当点到不同的热点,会到不同的连接上。 |
|
This example demonstrates how to create check-boxes on an HTML page. A user can select or unselect a checkbox.
|
|
|
这个案例展示了如何在一个HTML页面中创建复选框。用户可以根据需要对多个选项进行选择。 |
|
This example demonstrates how to display images in your Web page.
|
|
|
这个案例展示了在网页中显示图片的方法。 |
|
This example demonstrates how to draw a border with a caption around your data.
|
|
|
这个案例展示了如何创建围绕数据的字段集。 |
|
This example demonstrates how to format an HTML document with style information added to the section.
|
|
|
这里演示了怎样在区域中添加样式信息去格式化一个HTML文档。 |
|
This example demonstrates how to get the column number of the current character in a file.
|
|
|
这个例子告诉我们如何一个文件中的现有字符的列数。 |
|
This example demonstrates how to link to a mail message (will only work if you have mail installed).
|
|
|
在你有邮箱,并且它还在工作中时,演示了怎么样连接到一个邮箱信息的方法。 |
|
This example demonstrates how to link to another page by opening a new window, so that the visitor does not have to leave your Web site.
|
|
|
演示如何在一个新窗口打开一个连接,以便让浏览者继续待在你的站点。 |
|
This example demonstrates how to mark a text that is deleted or inserted to a document.
|
|
|
演示了怎样去标记一个被删除或者添加了的文字。 |
|
This example demonstrates how to only read a part of a TextStream file.
|
|
|
这个例子告诉我们如何读取一个文本文件中的其中一部份内容。 |
|
This example demonstrates how to performs accurate pixel collision detection. Made by Richard Lowe.
|
|
|
这个例子演示了如何进行精确的像素冲突检测。 |