'label' creates a label and associates it with another element : label : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » label »

 

'label' creates a label and associates it with another element



    
<html>
<head>
<title>label element example</title>
</head>
<body">
<p>press Alt+A you will set focus on the text box.

<form>
   <label for="tb" accesskey="a">
   </label>
   <input id="tb" type="text" value="textbox" size="20">
</form>
</p>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» label