reset
程序员文章站
2022-04-19 15:57:30
...
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
上一篇: 本地环境操作node服务器跨域用法总结
下一篇: npm的模块安装机制详细介绍
推荐阅读
-
java.net.SocketException: Connection reset 解决方法
-
Css Reset(复位)方法整理第1/3页
-
linux系统中InputStream输入流的方法之reset()和mark()命令的注意事项
-
jQuery中:reset选择器用法实例教程
-
重置默认样式 css reset第2/2页
-
PHP执行Curl时报错提示CURL ERROR: Recv failure: Connection reset by peer的解决方法
-
netsh winsock reset命令,作用是重置 Winsock 目录
-
php中current、next与reset函数用法实例
-
fwrite(): send of 8192 bytes failed with errno=104 Connection reset by peer
-
表单项的name命名为submit、reset引起的问题