a program in html to make a form
Answers
Answered by
2
<form>
attributes method
<input>
attributes type,value
attributes method
<input>
attributes type,value
Answered by
4
<html>
<head>
<title>form</title>
<body>
<form action="form.html" method="get">
<input type="text" value="search/">
</head>
</body>
</html>
Similar questions