Tuesday, June 15, 2021

#New Form Creation in HTML

 

<html>
<body background="C:\Users\Shivamkumar\Desktop/ad2.png">
<marquee behavior="alternate">
<h2> HTML FORMS </h2>
<form action= "/action_page.php">
<label for= "Fname"> First name: </label> <br>
<Input type="text" id= "Fname" name="Fname" value="Piyush"><br>
<label for="Lname"> Last name: </label> <br>
<input type="text" id="Lname" name="Lname" value="Verma"><br>
<label for="Gender"> Gender: </label> <br>
<input type="text" id="Gender" name="Gender" value="Male"><br><br>
<input type="submit" value="submit">
</form>
</marquee>
</html>
</body>



Output




No comments:

Post a Comment

MCQ QUESTIONS

Loading…