Give border title in div

后端 未结 4 1817
说谎
说谎 2020-12-08 09:26

Can I do like this in HTML:

\"enter

I want to add border title ("General

4条回答
  •  隐瞒了意图╮
    2020-12-08 09:47

    The image is possibly using a fieldset tag instead of a div, inside a fieldset you can use the tag legend and it will automatically position there.

    General Information

提交回复
热议问题