What are the default font sizes (in pixels) for the html heading tags (

,

,

, etc.)?

后端 未结 4 1855
北海茫月
北海茫月 2021-01-31 09:11

What are the default font pixel sizes for the heading (h1-h6) tags?

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-31 09:33

    I think it is as follows:

    h1 is 2 em
    h2 is 1.5 em
    h3 is 1.3 em
    h4 is 1 em
    h5 is 0.8 em
    h6 is 0.7 em
    

    An em is not the same as a pixel. It is a relative way of looking at sizes. With that said I think most browsers default to 16px (or 1em).

提交回复
热议问题