I want to create a box like this with title:
Can any one please let me know if there is a default CSS tag to do this? Or do I need to create my custom style?
cssfieldsethtmllegend
I want to create a box like this with title:
Can any one please let me know if there is a default CSS tag to do this? Or do I need to create my custom style?
Best Solution
I believe you are looking for the
fieldset
HTML tag, which you can then style with CSS. E.g.,