CSS reset 标签初始化设置
生活随笔
收集整理的這篇文章主要介紹了
CSS reset 标签初始化设置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
body,h1,h2,h3,h4,h5,h6,p,dl,dd 默認有margin
ul,ol 默認有margin padding list-style
a 默認有underline
img 默認會有邊框,上面會有縫隙
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin: 0px; } ul,ol{margin: 0px;padding: 0px;list-style: none; } a{text-decoration: none; } img{border:none;vertical-align: top; }?
轉載于:https://www.cnblogs.com/halai/p/6794701.html
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的CSS reset 标签初始化设置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《移动优先与响应式Web设计》一上册 移
- 下一篇: Activiti实战. 1.5Activ