看了好多关于xhtml的资料,总有不清楚的.就像初学c++,少了一本«effective c++»真的不爽一样.
【程序编程相关:[原创] 敏捷软件开发管理实践 (三) 】 【推荐阅读:游戏交互设计顶尖大师Chris Craw】看这里,一页内容就搞定了. 【扩展信息:学习Struts(6)-Struts视图】 ========================converting html documents to xhtml
bejoy alex jaison
28 february 2001 (last updated: 1 july 2002)contents
introduction: what xhtml is and the different xhtml document types. general rules: the bullet-list to move straight to xhtml. attributes in xhtml: how attributes are specified in xhtml. xhtml and tables: tables are also different in xhtml. xhtml and images: using images in xhtml. xhtml and javascript: about changes to be made to scripts. xhtml and css: changes to be made to use stylesheets with xhtml. element prohibitions: the syntax restrictions imposed by xhtml. resources on the web: helpful links. a brief introduction to xhtmlextensible hypertext markup language (xhtml) is a reformulation of html 4.0 to make it xml based. this tutorial deals with the changes to be made to convert html documents to valid xhtml. the article is prepared with a view to help and guide you through the conversion process.
the w3c, which is the organization that co-ordinates standardisation of web protocols, has defined three types of xhtml documents. this is based on the xml document type definition (dtd) that is used by the document. the xhtml dtds are:
... 下一页