Why
    adds extra top margin?

前端 未结 8 960
礼貌的吻别
礼貌的吻别 2020-12-01 23:47

I have a simple html page with some style in it and I do not understand why the adds some top margin?

Here is the source:

8条回答
  •  一生所求
    2020-12-02 00:45

    It should be a user agent stylesheet. Your browser puts that margin on every

      element.

      Check here stackoverflow

      Also you can check here

提交回复
热议问题