Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to use label element in form in html

<!-- how to use label element in form in html -->
<form action="/example.html" method="POST">
	<h1>Login to to your Account</h1>
	<label for="username">Username</label>
       <input type="text" name="username" id="username">
      </form>
Source by www.w3docs.com #
 
PREVIOUS NEXT
Tagged: #label #element #form #html
ADD COMMENT
Topic
Name
1+1 =