Does the use of multiple DIVs affect page performance?

后端 未结 2 463
遥遥无期
遥遥无期 2021-01-20 02:01

I am new to the world of coding as well as CSS. I have put together a page however am unsure if I may have overused the div tag and if it would affect the perfo

2条回答
  •  一向
    一向 (楼主)
    2021-01-20 02:11

    Don't worry about performance due to many divs. Unless you use hundreds of divs (e.g. to simulate rounded borders on some browsers), the bottleneck for webpage is and will be the inet connection.

提交回复
热议问题