Untitled

Anonymous
html
03/27/2023 6:15 PM
280 B
11
Indexable
<!DOCTYPE HTML>
<html>  
<body>

<form action="welcome.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>

</body>
</html>
Editor is loading...