Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

label for textbox

RSS
Modified on 2010/06/05 22:44 by Administrator Categorized as Web Accessibility
KWAH requires label for textbox in this case

<form>
  <input type="text" name="query" />
  <input type="submit" value="Search" />
</form>

But accessibility rules says that this is enough

<form>
  <input type="text" name="query" title="search text" />
  <input type="submit" value="Search" />
</form>

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.