[2007-07-15] HTML 图片 With HTML you can display images in a document.
HTML可以让你在文档中显示一些图片。
Examples
例子
Insert images
插入图象
This example demonstrates how to display images in your Web page.
这个案例展...
[2007-07-15] HTML 表单 HTML Forms are used to select different kinds of user input.
HTML表单内可选择各种各样的用户输入方式。
Examples
例子
Text fields
文本方面
This example demonstrates how to create text fields on an H...
[2007-07-15] HTML 列表 HTML supports ordered, unordered and definition lists.
HTML是支持有序,无序以及自定义列表的。
Examples
例子
An unordered list
无序列表
This example demonstrates an unordered list.
这个案例展示了一...
[2007-07-15] HTML 表格 With HTML you can create tables.
通过HTML你可以建立表格。
Examples
例子
Tables
表格
This example demonstrates how to create tables in an HTML document.
这个例子演示了怎么在一个HTML文档中建立表格。...
[2007-07-15] HTML 框架 With frames, you can display more than one Web page in the same browser window.
使用多个框架你可以在同一窗口下显示多个WEB页面。
Examples
实例
Vertical frameset
垂直的框架
This example demonstrates...
[2007-07-15] HTML 链接 HTML uses a hyperlink to link to another document on the Web.
HTML使用超联去连接WEB上其他的文件。
Examples
实例
Create hyperlinks
建立一个超级链接
This example demonstrates how to create links in ...
[2007-07-15] HTML 实体字符 Some characters like the < character, have a special meaning in HTML, and therefore cannot be used in the text.
有些字符,像
[2007-07-15] HTML 格式 HTML defines a lot of elements for formatting output, like bold or italic text.
HTML定义了许多元素用来格式化输出,就像加粗或斜体文本。
Below are a lot of examples that you can try out yourself:
下...
[2007-07-15] HTML 基本标签 The most important tags in HTML are tags that define headings, paragraphs and line breaks.
HTML中最重要的标签是那些定义标题,段落,转行的标签。
The best way to learn HTML is to work with examples....
[2007-07-15] HTML 元素 HTML documents are text files made up of HTML elements.
HTML元素构成了HTML文档
HTML elements are defined using HTML tags.
HTML元素由HTML标签定义
HTML Tags
HTML标签
HTML tags are used to mark-...
[2007-07-15] HTML 介绍 What is an HTML File?
什么是HTML文件?
HTML stands for Hyper Text Markup Language
HTML是超文本标记语言的缩写
An HTML file is a text file containing small markup tags
HTML文件是包含标记标...
[2007-07-15] HTTP状态消息 When a browser requests a service from a web server, an error might occur.
当浏览器向web服务器请求服务的时候可能会产生错误
This is a list of HTTP status messages that might be returned:
下面是所有...
[2007-07-15] 特殊字符 HTML 4.01 supports the ISO 8859-1 (Latin-1) character set.
HTML 4.01支持ISO 8859-1(Latin-1)字符属性。
The lower part of ISO-8859-1 (codes from 0-127) is the original 7-BIT ASCII standard. Most ...
[2007-07-15] ASCII码 HTML and XHTML uses standard 7-BIT ASCII when transmitting data over the Web.
HTML与XHTML都是使用标准的7-位 ASCII码来进行页面间数据的传输的
7-BIT ASCII represents 128 different character values (0...
[2007-07-15] 事件属性 New to HTML 4.0 was the ability to let HTML events trigger actions in the browser, like starting a JavaScript when a user clicks on an HTML element. Below is a list of attributes that can be ins...
[2007-07-15] 标准属性 HTML tags can have attributes. The special attributes for each tag are listed under each tag description. The attributes listed here are the core and language attributes that are standard for al...
[2007-07-15] 标签列表 Ordered Alphabetically
按字母排序
NN: indicates the earliest version of Netscape that supports the tag
表示Netscape支持该标签的最早版本
IE: indicates the earliest version of Internet Explorer that...
[2007-07-15] HTML 实例 HTML Basic Tags Examples
基础标签实例
A very simple HTML document
一个十分简单的HTML文档
How text inside paragraphs is displayed
文字在段落中显示的情况
More paragraphs
多个段落的显示
The use of li...
[2007-07-15] HTML 摘要 HTML Summary
HTML摘要
This tutorial has taught you how to use HTML to create your own web site.
此教程已经让你知道如何使用HTML来建立你的WEB站点。
HTML is the universal markup language for the Web....
[2007-07-15] HTML Web服务器 Your First Step: A Personal Web Server
你的第一步:一台个人WEB服务器
If you want other people to view your pages, you must publish them.
你想让你的页面让其他人看到,你就必须发布它们.
To publish your...