Edit in JSFiddle

<body>
     <fieldset>
         <legend>Employee Information</legend>
     EmpId:<input type="text"><br/>
     Name :<input type="text">
     </fieldset>
     </body>
fieldset
{
font-family:comic sans ms;
color:green;
font-weight:bold;
font-size:30px;
}