Forms tag in HTML 👉 The forms tag is used to create an HTML form for user input.. 👉 In this Blog i will show you how to create a form and its tags, attributes. 👉 Let's Start Firstly we create a form start with <form> tag </form> <form action=" serverlink " method="POST" autocomplete="off"> <fieldset > <legend> Registration form</legend> Note: Firstly we create a Label tag <label for="fname" class="fname"> First Name </label> </br> 👉We use input type ="text" for get a user information in text. like name address, and other info. <input type="text" name="fname" id="fname"> </br> </br> <label for="lname"> Last Name </label></br> <input type="text" name="lname" id="lname"> </br> </br> 👉 When we want a user email id so we...
Hi! here we will teach you how to website work and how we make a website by using HTML,CSS,JAVASCRIPT, jquery & PHP