W3C
文章平均质量分 83
elfylin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DOM study notes
Introduction1.DOM levelDom level 1specified in 1998.DOM level 2includes Core Specification, Events Specification, Style Specification, Tranversal and Range Specification, View Specificat原创 2012-04-28 09:50:12 · 905 阅读 · 0 评论 -
HTML5 differences from HTML4 study notes
1. Introductiona. Language can be written in HTML and XML.b. define processing detail for implementation.c. Improve markup for document.d. Introduced markup and API for merging idioms.The HT原创 2012-05-06 10:50:37 · 1249 阅读 · 0 评论 -
w3shool css study note
CSS 基础1.CSS规则:选择器,以及一条或者多条声明selector {declaration1; declaration2; ... declarationN }declaration=property:valueh1 {color:red; font-size:14px;}样式优先级 4具有最高优先级1).浏览器缺省设置2).外部样式表3).内部样式表(位于原创 2012-05-28 17:06:40 · 876 阅读 · 0 评论 -
java script w3c study notes
JavaScript简介1.jsJavaScript 可以将动态的文本放入 HTML 页面JavaScript 可以对事件作出响应JavaScript 可以读写 HTML 元素JavaScript 可被用来验证数据JavaScript 可被用来检测访问者的浏览器JavaScript 可被用来创建 cookiesJavaScript 的正式名称是 "ECMAScrip原创 2012-05-30 23:50:20 · 1416 阅读 · 0 评论 -
DOM level 2
DOM level 2 coreNode object hierarchy:DocumentDocumentFragmentDocumentTypeEntityReferenceElementAttrProcessingInstructionCommentTextCDATASectionEntityNotationChanges be原创 2012-05-02 22:13:07 · 1132 阅读 · 0 评论 -
w3shool html study note
html study notes1.html tagsThis is a headingThis is a paragraph.This is a link2.文本格式化 强调 下标 上标保留空格WWW 鼠标移上去显示完整内容Here is some Hebrew text 文字方向这是长的引用。 引用缩进一打有 二原创 2012-05-28 11:30:14 · 897 阅读 · 0 评论 -
DOM and Script
script1.DOM object in jsWindows object, the biggest object.Screen,Navigaor,Location,History2.document.frames[0]document.frames[1]return the frame of the Document.(to be continued)w原创 2012-05-03 22:32:38 · 1793 阅读 · 0 评论
分享