html - html 标题标签(<h1>、<h2>、<h3> 等)的默认字体大小(以像素为单位)是多少?

标签 html

标题 (h1-h6) 标签的默认字体像素大小是多少?

最佳答案

另一种表达方式是:

h1 is   32px   (2em)
h2 is   24px (1.5em)
h3 is 20.8px (1.3em)
h4 is   16px   (1em)
h5 is 12.8px (0.8em)
h6 is 11.2px (0.7em)

关于html - html 标题标签(<h1>、<h2>、<h3> 等)的默认字体大小(以像素为单位)是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5410066/

相关文章:

html - 如何使用 css 在 html 中给表格加边框

javascript - 在javascript中打印html标签

javascript - 为什么 style.display 的值未定义?

javascript - 为什么此 HTML 代码无法显示颜色字段?

javascript - 是否可以将文本(占位符或标签)添加到输入类型 ="color"并使其可点击?

javascript - 如何避免谷歌折线图注释文本相互覆盖?

javascript - 设置禁用范围输入的样式

iphone - 当页面被添加到桌面时,如何在 Mobile Safari 中管理通话结束行为?

javascript - 如果使用 Jquery 单击 td,则为表内的所有 tr 元素着色

html - 混合内容 html 跨度的 selenium xpath 抓取