<legend>
All Tags not showing in online page, but show on view source.
<form>
<fieldset>
<legend>Fill Form</legend>
Your Name: <input type="text"><br>
Your Email ID: <input type="email"><br>
</fieldset>
</form>
Code show like this:
Browser Support
The <legend> tag is supported in all major browsers.
What is legend tag
legend tag used to a caption for the fieldset tag.