Untitled
Anonymous
html
04/03/2023 5:02 PM
340 B
19
Indexable
<!DOCTYPE html>
<html>
<head>
<title>Input Form</title>
</head>
<body>
<h1>Enter some data:</h1>
<form method="POST">
<input type="text" name="user_input">
<button type="submit">Submit</button>
</form>
</body>
</html>
Editor is loading...