Forms

<form action="submit.php" method="post"> <input type="text" name="username" placeholder="Enter your username"> <input type="password" name="password" placeholder="Enter your password"> <input type="submit" value="Submit"> </form>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *