GIS的积累
It is never to late to learn

导航

 

2011年3月10日

摘要: web标准结构标准HTMLXMLXHTML样式标准CSS行为标准DOMECMA Script此为结构良好的HTML,可点击工具条中HTML按钮查看 阅读全文
posted @ 2011-03-10 10:47 GIS的学习 阅读(168) 评论(0) 推荐(0)
 
摘要: HTML DOM Access NodesWith the DOM, you can access every node in an HTML document.(使用DOM,你能够访问HTML文档中的每个节点)Accessing NodesYou can access a node in three ways:(你能够使用三种方法访问节点)By using the getElementById() method (通过使用getElementById方法)By using the getElementsByTagName() method(通过使用getElementsByTagName方法 阅读全文
posted @ 2011-03-10 10:38 GIS的学习 阅读(254) 评论(0) 推荐(0)
 
摘要: HTML DOM IntroductionThe HTML DOM defines a standard for accessing and manipulating HTML documents.(HTML DOM定义了访问和操作HTML文档的标准)What You Should Already KnowBefore you continue you should have a basic understanding of the following:HTML / XHTMLJavaScriptIf you want to study these subjects first, find t 阅读全文
posted @ 2011-03-10 10:16 GIS的学习 阅读(270) 评论(0) 推荐(0)