Code
Execute
<!DOCTYPE html> <html> <body> <form> <fieldset> <legend>Wikitechy Database</legend> Name: <input type="text" size="30"><br><br> DOB: <input type="text" size="30"><br><br> Designation: <input type="text" size="10"> </fieldset> </form> </body> </html>
Result