Which CSS tag creates a box like this with title?

后端 未结 7 844
日久生厌
日久生厌 2020-12-29 01:20

I want to create a box like this with title:

\"CSS

Can any one please let me know if t

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 01:49

    I believe you are looking for the fieldset HTML tag, which you can then style with CSS. E.g.,

        
        
    title Text within the box
    Etc

提交回复
热议问题