September, 2006 的存档


...
ruanyf 发表于 2006年09月30日

Technorati 标签: No Tags

一、鼠标事件 
onClick,单击鼠标,然后放开。
onDblClick,双击鼠标,然后放开。
onMouseDown,按下鼠标按键。
onMouseUp,释放鼠标按键。
onMouseover,当鼠标第一次进入相关h...

ruanyf 发表于 2006年09月30日

Technorati 标签: No Tags

Definition list. Used in conjunction with dt to define definition terms and dd, to definition descriptions.

Example

Dog

A carnivorous mammal of the family Canidae.

...
ruanyf 发表于 2006年09月27日

Technorati 标签: No Tags

Meta information. Used to provide information about the HTML page. It must be placed within the head element.

Required Attributes
content is used to specify the meta information itself.
Optional Attributes
name can be used to ...

ruanyf 发表于 2006年09月27日

Technorati 标签: No Tags

rel属性指定从源文档到目标文档的关系,而rev属性则指定从目标文档到源文档的关系。
经常使用的文档关系包括:
next 链接到下一个文档
prev 链接到前一个文档
toc 链接到...

ruanyf 发表于 2006年09月27日

Technorati 标签: No Tags

Anchor. Primarily used as a hypertext link. The link can be to another page, a part of a page or any other location on the web.
Note: An anchor (a point in a page where a link can jump to) does not need to be defined with the a tag. Applying the...

ruanyf 发表于 2006年09月23日

Technorati 标签: No Tags

blockquote {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
line-height: 1.3em;
text-indent: -.5em;
color: #333;
margin: 20px 20px 20px -.5em;
padding: 0px 0px 0px .5em;
width: 70...

ruanyf 发表于 2006年09月23日

Technorati 标签: No Tags