-
[2007-07-15] HTML URL-encode
Below is a reference of ASCII characters in URL-encoding form (hexadecimal format).
下面是ASCII字符URL编码形式的参考(16进制)
Hexadecimal values can be used to display non-standard letters and ch...
-
[2007-07-15] HTML 事件
New to HTML 4.0 is 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 insert...
-
[2007-07-15] HTML 属性
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 all ...
-
[2007-07-15] HTML Scripts
Add scripts to HTML pages to make them more dynamic and interactive.
加上脚本来让HTML更具动态性和交互性
Examples
例子
Insert a script
插入一脚本
This example demonstrates how to insert a script in...
-
[2007-07-15] HTML URLs
HTML Links
HTML链接
When you click on a link in an HTML document like this: Last Page, an underlying tag points to a place (an address) on the Web with an href attribute value like this: Last Pag...
-
[2007-07-15] HTML Meta
Examples
例子
Document description
文档描述
Information inside a meta element describes the document.
在meta元素中的文档描述信息。
Document keywords
文档关键子
Information inside a meta element de...
-
[2007-07-15] HTML Head
Examples
例子
The title of a document文档的标题
The title information inside a head element is not displayed in the browser window.
在head元素里的标题信息是不会在浏览器窗口中显示的。
One target fo...
-
[2007-07-15] HTML 样式
With HTML 4.0 all formatting can be moved out of the HTML document and into a separate style sheet.
HTML4.0中所有有关格式化HTML文档的内容都可以分离到一个样式表中
Examples
举例
Styles in HTML[在HTM...
-
[2007-07-15] HTML 4.0
HTML 3.2 Was Very Wrong !
HTML 3.2有非常严重的错误!
The original HTML was never intended to contain tags for formatting a document. HTML tags were intended to define the content of the document li...
-
[2007-07-15] HTML 字体
The tag in HTML is deprecated. It is supposed to be removed in a future version of HTML.
标签在HTML里是不被推荐的。在下个版本的HTML中这个标签会被移除。
Even if a lot of people are using it, you s...
-
[2007-07-15] HTML 布局
Everywhere on the Web you will find pages that are formatted like newspaper pages using HTML columns.
在WEB上不论在哪你会发现页面被HTML列排成像报纸一样。
HTML Layout - Using Tables
HTML布局-用表格...
-
[2007-07-15] HTML 便条
HTML Basic Document
HTML基础文档
文档名称
这里出现的文字在浏览器中可见
Heading Elements
标题元素
最大的标题
. . .
. . .
. . .
. . .
最小的标题
Text Elements
文本元素
段落
(line break)换行
(horizon...
-
[2007-07-15] HTML 颜色名
On this page you will find a table of color names that are supported by most browsers.
在这页你会找到一张支持大多数浏览器的颜色名称表格。
Note: Only 16 color names are supported by the W3C HTML 4....
-
[2007-07-15] HTML 颜色值
Colors are displayed combining RED, GREEN, and BLUE light sources.
颜色是由红、绿、蓝三色光源混合而成。
Color Values
颜色值
HTML colors are defined using a hexadecimal notation for the combinatio...
-
[2007-07-15] HTML 颜色
Colors are displayed combining RED, GREEN, and BLUE light sources.
色彩是由红、绿、蓝色混合而成的。
Color Values
颜色值
Colors are defined using a hexadecimal notation for the combination of Red,...
-
[2007-07-15] HTML 背景
A good background can make a Web site look really great.
有个好的背景可以让网站看起来更棒!
Examples
例子
Good background and text color
合理的背景和文字颜色
An example of a background color and a...
-
[2007-07-15] web页面上的打印控制
参考:
看看
第1页
这样的报表
对一般的要求就够了。
第2页
看到分页了吧
这样的报表
对一般的要求就够了。
第3页
看到分页了吧
这样的报表
对一般的要求就够了。
-
[2007-07-15] DHTML初学者指南:DHTML中重要的属性方法
由于DOM(文档对象模型)概念的推出,这个API使HTML如虎添翼,但是有些学DHTML的朋友还是有些困挠,只是因为目前的手册的书写不太科学,是按字母来分的,不便查阅.其实DOM中最关键是要掌握节点与节点之间的关系(bet...
-
[2007-07-15] HTML Component(HTC)
在微软IE 5.0版本的浏览器发布以前,网页编程中面对的最大挑战就是不能轻易地创建组件,以达到代码重用和多页面共享的目的。这个问题一直困扰着DHTML(动态 HEML)的网页编程者。他们只能不断地重复书写HTML、CS...
-
[2007-07-15] 几个常用的301重定向
1. 将一个网址永久定向到另一个网址:
比如将www.yoursite1.com 定向到 www.yoursite2.com, 可以在你的 yoursite1.com的根文件夹内的.htaccess 文件中加入这样一行:
Redirect permanent / http://www.yoursite2...