仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 853|回复: 8
打印 上一主题 下一主题

[HTML5] 来看看:w3c构造给出html4的款式倡议

[复制链接]
深爱那片海 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-15 23:19:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
就在新标准备受瞩目之际,两大网络监督机构却起冲突。网页制造poluoluo文章简介:这是w3c构造给出html4的款式倡议,惋惜扫瞄器们都加上本人的公有属性,让尺度成了浮云。不外关于我们仍旧是很有参考意义的。
这是w3c构造给出html4的款式倡议,惋惜扫瞄器们都加上本人的公有属性,让尺度成了浮云。不外关于我们仍旧是很有参考意义的。
AppendixD.DefaultstylesheetforHTML4
Thisappendixisinformative,notnormative.

ThisstylesheetdescribesthetypicalformattingofallHTML4([HTML4])elementsbasedonextensiveresearchintocurrentUApractice.Developersareencouragedtouseitasadefaultstylesheetintheirimplementations.

ThefullpresentationofsomeHTMLelementscannotbeexpressedinCSS2.1,includingreplacedelements("img","object"),scriptingelements("script","applet"),formcontrolelements,andframeelements.

Forotherelements,thelegacypresentationcanbedescribedinCSSbutthesolutionremovestheelement.Forexample,theFONTelementcanbereplacedbyattachingCSSdeclarationstootherelements(e.g.,DIV).Likewise,legacypresentationofpresentationalattributes(e.g.,the"border"attributeonTABLE)canbedescribedinCSS,butthemarkupinthesourcedocumentmustbechanged.
  1. html,address,blockquote,body,dd,div,dl,dt,fieldset,form,frame,frameset,h1,h2,h3,h4,h5,h6,noframes,ol,p,ul,center,dir,hr,menu,pre{display:block}li{display:list-item}head{display:none}table{display:table}tr{display:table-row}thead{display:table-header-group}tbody{display:table-row-group}tfoot{display:table-footer-group}col{display:table-column}colgroup{display:table-column-group}td,th{display:table-cell}caption{display:table-caption}th{font-weight:bolder;text-align:center}caption{text-align:center}body{margin:8px}h1{font-size:2em;margin:.67em0}h2{font-size:1.5em;margin:.75em0}h3{font-size:1.17em;margin:.83em0}h4,p,blockquote,ul,fieldset,form,ol,dl,dir,menu{margin:1.12em0}h5{font-size:.83em;margin:1.5em0}h6{font-size:.75em;margin:1.67em0}h1,h2,h3,h4,h5,h6,b,strong{font-weight:bolder}blockquote{margin-left:40px;margin-right:40px}i,cite,em,var,address{font-style:italic}pre,tt,code,kbd,samp{font-family:monospace}pre{white-space:pre}button,textarea,input,select{display:inline-block}big{font-size:1.17em}small,sub,sup{font-size:.83em}sub{vertical-align:sub}sup{vertical-align:super}table{border-spacing:2px;}thead,tbody,tfoot{vertical-align:middle}td,th,tr{vertical-align:inherit}s,strike,del{text-decoration:line-through}hr{border:1pxinset}ol,ul,dir,menu,dd{margin-left:40px}ol{list-style-type:decimal}olul,ulol,ulul,olol{margin-top:0;margin-bottom:0}u,ins{text-decoration:underline}br:before{content:"A";white-space:pre-line}center{text-align:center}:link,:visited{text-decoration:underline}:focus{outline:thindottedinvert}/*Beginbidirectionalitysettings(donotchange)*/BDO[DIR="ltr"]{direction:ltr;unicode-bidi:bidi-override}BDO[DIR="rtl"]{direction:rtl;unicode-bidi:bidi-override}*[DIR="ltr"]{direction:ltr;unicode-bidi:embed}*[DIR="rtl"]{direction:rtl;unicode-bidi:embed}@mediaprint{h1{page-break-before:always}h1,h2,h3,h4,h5,h6{page-break-after:avoid}ul,ol,dl{page-break-before:avoid}}
复制代码
html,address,<br/>blockquote,<br/>body,dd,div,<br/>dl,dt,fieldset,form,<br/>frame,frameset,<br/>h1,h2,h3,h4,<br/>h5,h6,noframes,<br/>ol,p,ul,center,<br/>dir,hr,menu,pre{display:block}<br/>li{display:list-item}<br/>head{display:none}<br/>table{display:table}<br/>tr{display:table-row}<br/>thead{display:table-header-group}<br/>tbody{display:table-row-group}<br/>tfoot{display:table-footer-group}<br/>col{display:table-column}<br/>colgroup{display:table-column-group}<br/>td,th{display:table-cell}<br/>caption{display:table-caption}<br/>th{font-weight:bolder;text-align:center}<br/>caption{text-align:center}<br/>body{margin:8px}<br/>h1{font-size:2em;margin:.67em0}<br/>h2{font-size:1.5em;margin:.75em0}<br/>h3{font-size:1.17em;margin:.83em0}<br/>h4,p,<br/>blockquote,ul,<br/>fieldset,form,<br/>ol,dl,dir,<br/>menu{margin:1.12em0}<br/>h5{font-size:.83em;margin:1.5em0}<br/>h6{font-size:.75em;margin:1.67em0}<br/>h1,h2,h3,h4,<br/>h5,h6,b,<br/>strong{font-weight:bolder}<br/>blockquote{margin-left:40px;margin-right:40px}<br/>i,cite,em,<br/>var,address{font-style:italic}<br/>pre,tt,code,<br/>kbd,samp{font-family:monospace}<br/>pre{white-space:pre}<br/>button,textarea,<br/>input,select{display:inline-block}<br/>big{font-size:1.17em}<br/>small,sub,sup{font-size:.83em}<br/>sub{vertical-align:sub}<br/>sup{vertical-align:super}<br/>table{border-spacing:2px;}<br/>thead,tbody,<br/>tfoot{vertical-align:middle}<br/>td,th,tr{vertical-align:inherit}<br/>s,strike,del{text-decoration:line-through}<br/>hr{border:1pxinset}<br/>ol,ul,dir,<br/>menu,dd{margin-left:40px}<br/>ol{list-style-type:decimal}<br/>olul,ulol,<br/>ulul,olol{margin-top:0;margin-bottom:0}<br/>u,ins{text-decoration:underline}<br/>br:before{content:"A";white-space:pre-line}<br/>center{text-align:center}<br/>:link,:visited{text-decoration:underline}<br/>:focus{outline:thindottedinvert}<br/><br/>/*Beginbidirectionalitysettings(donotchange)*/<br/>BDO[DIR="ltr"]{direction:ltr;unicode-bidi:bidi-override}<br/>BDO[DIR="rtl"]{direction:rtl;unicode-bidi:bidi-override}<br/><br/>*[DIR="ltr"]{direction:ltr;unicode-bidi:embed}<br/>*[DIR="rtl"]{direction:rtl;unicode-bidi:embed}<br/><br/>@mediaprint{<br/>h1{page-break-before:always}<br/>h1,h2,h3,<br/>h4,h5,h6{page-break-after:avoid}<br/>ul,ol,dl{page-break-before:avoid}<br/>}

AppendixD.DefaultstylesheetforHTML4
</p>
通过大家的心得,或许能找出"怎么学html5"这个问题的答案。另,我会不定期把群里面关于技术的讨论贴到本帖,敬请关注。
不帅 该用户已被删除
沙发
发表于 2015-1-17 21:51:24 | 只看该作者
AdobeDreamweaver(前称MacromediaDreamweaver)是Adobe公司的著名网站开发工具。
飘灵儿 该用户已被删除
板凳
发表于 2015-1-26 13:20:19 | 只看该作者
还是在Dreamweaver所见即所得添加链接是,可以选中文字或图片然后按下shift键不放鼠标拖出箭头直接指向文件即可。这是比较简单的也是常用的方之一。
金色的骷髅 该用户已被删除
地板
发表于 2015-2-4 20:23:09 | 只看该作者
可以使用 CSS 检查工具进行设计。
蒙在股里 该用户已被删除
5#
发表于 2015-2-10 07:16:28 | 只看该作者
在刚开始接触网页的第一堂课上,听说网页制作会是一门很无聊并且很难听懂的过程,而事实却印证了这样一个事实。
再现理想 该用户已被删除
6#
发表于 2015-3-1 05:46:13 | 只看该作者
Dreamweaver由MX版本开始使用Opera软件公司的排版引擎“Presto”作为网页预览。
海妖 该用户已被删除
7#
发表于 2015-3-10 13:10:06 | 只看该作者
时间轴)窗口--时间轴--选中图层并拖图层到时间轴,将其放在指定帧上
admin 该用户已被删除
8#
发表于 2015-3-17 08:10:41 | 只看该作者
Adobe Dreamweaver(前称Macromedia Dreamweaver)是Adobe公司的著名网站开发工具。
柔情似水 该用户已被删除
9#
发表于 2015-3-24 04:31:46 | 只看该作者
Dreamweaver在所见即所得添加链接时,可以在选中文字后在属性栏中的链接栏中直接输入文件的地址即可。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-5-4 10:10

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表