Computer Science, asked by zafaransari, 1 year ago

give the html code to build the form

Answers

Answered by Hacket
0

<html>

<head>

<title>form</title>

</head>

<body>

<form action="form.html" method="get">

<input type="keyword" value="search/">

</form>

</body>

</html>

Similar questions