Computer Science, asked by Anipbhattacharaya, 1 year ago

a program in html to make a form

Answers

Answered by Kriteshojha
2
<form>
attributes method
<input>
attributes type,value
Answered by Hacket
4

<html>

<head>

<title>form</title>

<body>

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

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

</head>

</body>

</html>

Similar questions