在JSP、ASP和PHP网站网页中使用XHTML
日期:2007年10月23日 作者: 查看:[大字体 中字体 小字体]-
Overview
A wise programmer once said, "The one constant in computing is change." There couldn't be a truer
statement. This article is about sUCh change, specifically moving from HTML to the next generation, XHTML
(Extensible Hypertext Markup Language).
This article includes the following sections:
An Introduction to XHTML
Implementing XHTML Today
Changing HTML to XHTML
Conclusion
Additional XHTML Resources and Facts
The analysis is from a server-side perspective, meaning it applies equally well to ASP, JSP, PHP or other
server-side driven projects.
An Introduction to XHTML
XHTML (now in version 1.1) is the merging of HTML 4 and XML. It represents such an important advancement
that the World Wide Web Consortium (W3C), the international standards body for the web, is replacing HTML
with XHTML as the standard tool for creating web pages.
XHTML is built to open doors to other formats. For example, XHTML can be used to format content for
pagers, whereas HTML cannot. XHTML will replace WAP and other markup languages. It is a cornerstone in the
revolutionary change in thinking beginning to occur in web site design. Instead of viewing a web site as a
stand alone data island, XHTML will eXPand web applications, allowing web sites to control and send
information which will drive countless devices, presentation styles and other web sites. XHTML is the
starting point for this tremendous change we are about to experience in how we use the web.
Using XHTML has many advantages over using HTML. Because of its structure, XHTML is faster. Its well
formed documents result in quicker and smaller parsers. These smaller parsers waste less time verifying
and doing logic sorting that's required for hodge podge HTML documents. While faster results are not - [1] [2] [3] [4] [5] [6] [7] [8] 下一页
-
- 在JSP、ASP和PHP网站网页中使用XHTML 相关文章:
- ·XHTML 1.0:标记新的开端
- ·在JSP、ASP和PHP网站网页中使用XHTML
- ·CSS和XHTML经验:类目之间的竖线问题引发的讨论
- ·XHTML的介绍和优点
- ·Web 的未来:XHTML 2.0
- ·WAP标记语言XHTML基础教程之XHTML简介
- ·浅谈XHTML(可扩展HTML)标准中CDATA
- ·XHTML1.0中允许使用的所有HTML元素列表
- ·XHTML结构化:使用XHTML按标准重构网站
- ·采用XHTML和CSS设计可重用可换肤的WEB站点
- 在JSP、ASP和PHP网站网页中使用XHTML 相关软件
- ·RTF to XHTML Converter V1.6 汉化版
- 特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作
- 者.文章版权归文章原始作者所有.对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转
- 载的文章有版权问题请联系编辑人员,我们尽快予以更正. 转载请注明来源:http://www.hackhome.com
上一篇:MySQL数据库函数详解3
精品推荐
热点TOP10
- ·关于web.xml配置的详细说明
- ·跟我学XML和XSL
- ·一个简单的基于XML的模块集成框架
- ·XML创建可排序、分页的数据显示页面
- ·利用XML实现通用WEB报表打印实际使用中的例子
- ·在 Excel 2003 中创建 XML 映射
- ·利用ASP和XML制作菜单导航系统
- ·利用ASP+XML架设在线考试系统
- ·XML入门教程:XML 浏览器支持
- ·轻松学习XML教程
- ·XmlTextWriter创建XML文件
- ·利用XMLBean轻轻松松读写XML
- ·Xml_javascript分页
- ·使用XSLT将XML数据转换成HTML
- ·XML精华学习入门(只要你进来肯定能学会)
- ·JDOM操作XML文件(法老修正版)
- ·带日期标注的日历控件
- ·将XML结点转换成JAVABEAN并存入数据库
- ·XHTML 1.0:标记新的开端
- ·xslt的简单使用[xml-->html]
