kbd

kbd
HTML kbd Element
The <kbd> element is used to specify the kind of input or values you are looking to receive from a user. You can apply one simple custom CSS rule that affects all <kbd> elements on your site, if for instance you wanted all to be bold and colored it would make more sense to target all <kbd> elements using CSS. Or you can style them using the global "style" attribute to style each differently from the other.
HTML CODE EXAMPLE
Please specify <kbd>'HTML'</kbd> or <kbd>'Flash'</kbd> below
<datalist id="technology">
  <option value="HTML">HTML</option>
  <option value="Flash">Flash</option>
</datalist>
<p><input list="technology" /></p>
 
Please specify 'HTML' or 'Flash' below

0 Response to "kbd"

Post a Comment