give the html code to build the form
Answers
Answered by
0
<html>
<head>
<title>form</title>
</head>
<body>
<form action="form.html" method="get">
<input type="keyword" value="search/">
</form>
</body>
</html>
Similar questions