相关文章
网页设计充分利用Dreamweaver8中的查找替换技巧
企通互联网页制作初学者认识XML与HTML的区别
网站制作Google 的Logo秀
企通互联入门:Dreamweaver8设计网页背景实例讲解
网站设计精彩网页配色设计
企通互联网页设计配色应用实例剖析之红色系讲解
企通互联网页申请表单用户体验设计简述
网站设计FrontPage设计网页如何禁用JavaScript
网站制作网页制作实用小技巧:去除链接虚线框
北京网站制作站长必读文章:优秀网站的五大特点
品牌理念
北京网站建设最佳合作伙伴
北京网站建设专家企通互联
竭诚为您提供网站建设服务!
友好连接
文章搜索
你的位置:首页 >> 网页设计 >> 网站制作网站建设HTML中DOCTYPE的定义及用法
网站制作网站建设HTML中DOCTYPE的定义及用法
| 以下为引用的内容:网站设计 The <!DOCTYPE> declaration is the very first thing in your document, before the <html> tag. This tag tells the browser which HTML or XHTML specification the document uses. 站.长.站 Note: The <!DOCTYPE> tag does not have an end tag! 站.长 北京网站建设.站
HTML北京网站设计 Www@Chinaz@com HTML Strict DTD 中国站.长站 Use this when you want clean markup, free of presentational clutter. Use this together with Cascading Style Sheets (CSS): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 网页设计 Www~Chinaz~com The Transitional DTD includes presentation attributes and elements that W3C expects to move to a style sheet. Use this when you need to use HTML's presentational features because your readers don't have browsers that support Cascading Style Sheets (CSS): 站.长站 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 网站制作 中.国站长站 网站建设 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> 北京网站制作 XHTML Strict DTD 站. 网站设计长站 Use this DTD when you want clean markup, free of presentational clutter. Use this together with Cascading Style Sheets (CSS): 中.国.站.长.站 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 北京网页设计 网页设计中国.站.长站 Use this DTD when you need to use XHTML's presentational features because your readers don't have browsers that support Cascading Style Sheets (CSS): 中国.站长站 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 网页设计 企通互联 Chinaz.com
Use this DTD when you want to use frames! Chinaz^com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">北京网页设计 |