HTML Validation -
1. there no attribute x
you have used attribute named above in document, document type using not support attribute element. error caused incorrect use of "strict" document type document uses frames (e.g. must use "transitional" document type "target" attribute), or using vendor proprietary extensions such "marginheight" (this fixed using css achieve desired effect instead).
this error may result if element not supported in document type using, undefined element have no supported attributes; in case, see element-undefined error message further information.
how fix: check spelling , case of element , attribute, (remember xhtml lower-case) and/or check both allowed in chosen document type, and/or use css instead of attribute. if received error when using element incorporate flash media in web page, see faq item on valid flash.
line 335, column 52: there no attribute "key" …t type="text" value="full name:" key="full name:" name="txtfullname" id="txtf… line 341, column 78: there no attribute "value" …"txtmessage" cols="22" rows="3" value="project" style="color:#707070;" class="…
i have checked html unable find solution. can 1 guide me should possible solution of problem. can 1 explain?
as understand use attribute "key" (key="full name:") not in html specifications. remove , ok.
Comments
Post a Comment