<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="meta tag in the web document">
<meta name="keywords" content="HTML,CSS">
<meta name="author" content="lokesh">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<form>
<fieldset>
<legend>Employee Details</legend>
Employee Name<br>
<input type="text" name="Ename">
<br>
Employee ID<br>
<input type="text" name="Eid">
<br>
Employee Address<br>
<input type="text" name="Eid">
<br>
</fieldset>
</form>
</body>
</html>
登录后复造
发表评论 取消回复