Does any Apex component exist like the <legend>My legend here : </legend>
tag in HTML?
I don't find any component like this on the Visual Force API.
Attribution to: SF_user
Possible Suggestion/Solution #1
I found the solution :
<fieldset>
<legend>My legend</legend>
</fieldset>
Attribution to: SF_user
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/32988