Difference between revisions of "Abbr with input"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <label for="f1"><abbr xtitle="zip code">ZIP | + | <label for="f1"><abbr xtitle="zip code">ZIP Code</abbr></label> |
<input type="text" id="f1" > | <input type="text" id="f1" > | ||
+ | <label for="f2">ZIP Code</label> | ||
+ | <input type="text" id="f2" > | ||
+ | <span>ZIP Code</span> | ||
</html> | </html> |
Revision as of 12:41, 18 May 2016
ZIP Code