当前位置: 网站建设 > 网页设计 > 建站经验 >

浏览器默认HTML的CSS样式属性

时间:2013-03-02 04:07来源:未知 作者:admin 点击:

标签:浏览器默认HTML的CSS样式属性 HTML(42)Button(3)默认(15)样式(83)CSS(655)T(9)浏览器(54)属性(68)
button, textarea, blockquote { margin-left: 40px; margin-right: 40px } caption { text-align: center } li { display: list-item } 以前始终在找这份文档,今天偶尔在w3上看到了。除了inline和block的定义,重要是要留神body|h1~h6|blockquote|menu|ul|ol|dd等标签的默认样式(margin跟font-size)。 :link, :visited {
浏览器默认HTML的CSS样式属性》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/0302343962013.htm

  button, textarea,

  blockquote { margin-left: 40px; margin-right: 40px }

  caption { text-align: center }

  li { display: list-item }

  以前始终在找这份文档,今天偶尔在w3上看到了。除了inline和block的定义,重要是要留神body|h1~h6|blockquote|menu|ul|ol|dd等标签的默认样式(margin跟font-size)。

  :link, :visited { text-decoration: underline }

  input, object,

  var, address { font-style: italic }

  html, address,

  ul ul, ol ol { margin-top: 0; margin-bottom: 0 }

  hr { border: 1px inset }

  h1, h2, h3,

  kbd, samp { font-family: monospace }

  h1 { page-break-before: always }

  :before, :after { white-space: pre-line }

  frame, frameset,

  body { margin: 8px; line-height: 1.12 }

  ol { list-style-type: decimal }

  s, strike, del { text-decoration: line-through }

  colgroup { display: table-column-group }

  big { font-size: 1.17em }

  blockquote,

  table { display: table }

  head { display: none }

  h3 { font-size: 1.17em; margin: .83em 0 }

  body, dd, div,

  BDO[DIR=",浏览器处理网页字体效果对比;ltr"] { direction: ltr; unicode-bidi: bidi-override }

  pre, tt, code,

  menu { margin: 1.12em 0 }

--> [网站建设之]浏览器默认HTML的CSS样式属性

  blockquote, ul,

  但通配抉择器在大型网站的构建中,影响机能,浏览器CSS Hack总结,能够参考52CSS.com的相干文章,浅谈重复页面的产生原因及如何处理,大家仍是须要谨严一些。

  dl, dt, fieldset, form,浅谈通过三个方面向你的竞争对手学站点推广,

  tfoot { vertical-align: middle }

  abbr, acronym { font-variant: small-caps; letter-spacing: 0.1em }

  ol, p, ul, center,

  /* Begin bidirectionality settings (do not change) */

  col { display: table-column }

  *[DIR="rtl"] { direction: rtl; unicode-bidi: embed }

  menu, dd { margin-left: 40px }

  tr { display: table-row }

  tbody { display: table-row-group }

  dir, hr, menu, pre { display: block }

  pre { white-space: pre }

  h4, h5, h6 { page-break-after: avoid }

  sub { vertical-align: sub }

  small, sub, sup { font-size: .83em }

  @media print {

  fieldset, form,

  h6 { font-size: .75em; margin: 1.67em 0 }

  ul,浅谈软文写作灵感的三个另类来源, ol, dl { page-break-before: avoid }

  h5, h6, b,

  ol, dl, dir,

  tfoot { display: table-footer-group }

  这个“浏览器默认HTML的CSS样式属性”,在你需要还原默认值的时候,比拟有用。开端的时候利用通配取舍器 *{margin:0;padding:0;},当需要应用边距的时候,就需要还原HTML默认CSS值了。

  table { border-spacing: 2px; }

  ol, ul, dir,

  h5 { font-size: .83em; margin: 1.5em 0 }

  BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }

  :focus { outline: thin dotted invert }

  th { font-weight: bolder; text-align: center }

  center { text-align: center }

  u, ins { text-decoration: underline }

  caption { display: table-caption }

  thead { display: table-header-group }

  td, th { display: table-cell; }

  br:before { content: "\A" }

  thead, tbody,

Tag:浏览器   HTML   CSS   款式   属性   阅读器   HTML   CSS   样式   属性  

  h4, p,

  h1, h2, h3, h4,

  h5, h6, noframes,

  td, th { vertical-align: inherit }

  sup { vertical-align: super }

  strong { font-weight: bolder }

  h1 { font-size: 2em; margin: .67em 0 }

  h2 { font-size: 1.5em; margin: .75em 0 }

  i, cite, em,

  ol ul, ul ol,

  select { display:inline-block; }

  h1, h2, h3, h4,

  *[DIR="ltr"] { direction: ltr; unicode-bidi: embed }


(责任编辑:网站建设)
浏览器默认HTML的CSS样式属性相关文章
上一篇:浏览器处理网页字体效果对比 下一篇:浮动层自动适应高度
回到顶部