相关文章
网页设计网页特效--鼠标悬停图片渐显效果
网站建设勇往直前:Photoshop打造NBA LOGO
网站制作消除痛苦 网页浏览更舒适
网站建设限制文本字节数的JS源代码程序
网站设计用Dreamweaver合理为网页进行优化
北京网站建设Div+CSS布局应该注重语义、注重代码的重用性
网站建设Photoshop实例教程:抠发--我的方法
网站制作HTML语言剖析(十四)特殊字符
北京网站建设网站个性标志Favicon的使用
北京网站制作分析:Dreamweaver网页制作秘诀之二
品牌理念
北京网站建设最佳合作伙伴
北京网站建设专家企通互联
竭诚为您提供网站建设服务!
友好连接
文章搜索
你的位置:首页 >> 网页设计 >> 企通互联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. www.qitongnet.com站.长.站 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">北京网页设计 |