'label' Example : label « HTML Tag Reference « HTML CSS Reference






'label' Example

    
<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>
    
      
      








Related examples in the same category

1.'label' Syntax and Note
2.'label' HTML Attributes
3.'label' Event Handlers
4.'label' CSS Attributes and JavaScript Style Properties
5.'label' Microsoft Behaviors
6.'label' Microsoft Filters
7.'label' JavaScript Properties
8.'label' JavaScript Methods
9.'label' JavaScript Collections
10.'label' JavaScript Objects