<form> tag in html and some example
Answers
Answered by
0
Answer:
Form tag is used for creating forms in html for user inputs.
Example-
<!DOCTYPE html>
<html>
<head>
<title>Hacket Ayush</title>
</head>
<body>
<h1>Ayush World</h1>
<form action="#">
First name:
<input type="text" placeholder = "First Name"
value="">
<br><br>
Last name:
<input type="text" placeholder = "Last Name"
value="">
<br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Answered by
1
Explanation:
Liquid pressure is_____proportional to the weight to liquid column
Similar questions