Want to create something like this?

fieldset
Copy and paste the HTML codes below to a notepad and save it as “a.html”
<head>
<title>Tittle Bar</title>
</head>
<body>
<form>
<fieldset>
<legend>Tittle Between The Lines</legend>
<br />
<br />
<br />
<br />
<br />
</fieldset>
</form>
</body>
</html>