IE8下测试在css里面怎么把h1标签字体变小
1个回答
展开全部
你在css样式文件头部写上
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,a { padding: 0;margin: 0;font-size:12px; text-decoration:none; font-family: "微软雅黑" ,arial;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
这样所有的标签默认的内外边距都清零了,而且有默认字体大小和字体。然后如果你需要的话可有给指定h1标签设置字体大小或者其他样式,希望可以帮到你
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,a { padding: 0;margin: 0;font-size:12px; text-decoration:none; font-family: "微软雅黑" ,arial;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
这样所有的标签默认的内外边距都清零了,而且有默认字体大小和字体。然后如果你需要的话可有给指定h1标签设置字体大小或者其他样式,希望可以帮到你
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询