Difference between revisions of "Input Element Type Text"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
<input aria-labelledby="s1" id="i1" placeholder="enter search term here" type="text" /> | <input aria-labelledby="s1" id="i1" placeholder="enter search term here" type="text" /> | ||
<span id="s1" style="border:solid thin;"> Search </span> | <span id="s1" style="border:solid thin;"> Search </span> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> | ||
Line 42: | Line 37: | ||
<span id="s1" style="border:solid thin;"> Search </span> | <span id="s1" style="border:solid thin;"> Search </span> | ||
</label> | </label> | ||
+ | </html> | ||
+ | |||
+ | ==Input image with alt== | ||
+ | <html> | ||
+ | <input type="image" alt="Search" /> | ||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 17:26, 27 March 2014
Contents
Input text with title
Input text with label
Input text with aria-label
Search
Input text with aria-labelledby
Search
Input with implicit label
Input with explicit and implicit label
Input image with alt