Here is the implementation of the logic.
<html>
<head>
<title>HTML fieldset Tag</title>
</head>
<body>
<form>
<fieldset>
<legend>Details</legend>
Student Name: <input type="text"><br/></br>
MCA Subjects:<input type="text"><br/></br>
<input type="submit" value="Submit">
</fieldset>
</form>
</body>
</html>
Post any problem if encountered in the comments.
Thanks for visiting GIMIBITS.
Please share this post and like us on Facebook.
HITESH BHATIA
EDITOR IN CHIEF
Comments
Post a Comment