Give border title in div

后端 未结 4 1822
说谎
说谎 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:50

    Round Border with Background color.

    
    
    
    
    
    
    
    
    The border-radius property allows you to add rounded corners to elements.
    Please Enter Your Name
    First Name:
    Last Name:
    First Name:
    Last Name:

    This will give output like this,

    enter image description here

提交回复
热议问题