Is there any reserved words in HTML5? I faced problem when I used "term" for Label.
<label for="term">Term:</label><input id="term" type="text" value="" />
When I click on Label then it does not highlight Input box. To make it work, I need to use "terms" for input element id and accordingly change in label's attribute "for".
Google has not returned any document mentioning reserved word in HTML?
# 1 - by Mark support
web scripting
*IFRAME in HTML5
*HTML-What I don`t like?
*Know the HTML5 Elements in a Funny way!
*Fight between WHATWG and W3C; Fight for HTML5 Specification
*Submitting tow Forms at Once
# 2 - by Satya Prakash
what ?