|
|
One of the most used form elements is the |
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"> <!DOCTYPE html>
<html>
<body>
<h2>The input Element</h2>
<form action="/action_page.php">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Form Elements |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference