difference between div and span tag

前端 未结 10 1492
眼角桃花
眼角桃花 2020-12-29 04:33

Can anyone give me the difference between div and span tags?

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 04:37

    The tag is used to group inline-elements in a document and this tag provides no visual change by itself. It provides a way to tag a hook to a part of text or document.

    The tag defines division or section in an HTML document.

提交回复
热议问题