write a html program to accept name of the employee (cannot be blank ) email id of the employee salary (maximum 50000)the data should be sent to the server.
Answers
Answer:
The correct answer is HTML language.
Explanation:
Html program to accept name of the employee (cannot be blank ) email id of the employee salary (maximum 50000)the data should be sent to the server.
syntax:
<html>
<head>
<title>
Employee Information
</title>
</head>
<body>
<h1 align= "center"> Employee Information </h1>
<form>
employee name
<input type= "text" name= "Ram"><br><br>
email id
<input type= "email" name= "email"><br><br>
<input type= "submit" name="bl" value= "submit">
<label for= "salary"> choose amount </label>
<select name="salary" id="salary">
<option value="50000">50000</option>
<option value="50000">50000</option>
</select>
</form>
</body>
</html>
Therefore, this the following syntax to accept name of the employee (cannot be blank ) email id of the employee salary (maximum 50000)the data should be sent to the server.
#SPJ3
Answer:
Explanation:h