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

Related Posts :

  • script script HTML script Element The HTML <script> element is used to place scripting blocks di… Read More...
  • q q HTML q Element The HTML <q> quotation element is used to quote text with quotation phr… Read More...
  • samp samp HTML samp Element The HTML <samp> sample output element is used to render the output… Read More...
  • rp rt ruby rp rt ruby HTML rp rt ruby Element NOTE: This new element is HTML5 and will be a standardized e… Read More...
  • progress progress HTML progress Element NOTE: This new element is HTML5 and will be a standardized eleme… Read More...

0 Response to "kbd"

Post a Comment