도대체 무슨 말인지....
Posted: 2005 08 12 01:57 11
표준검사하는 사이트에서 검사하는데 이 부분이 체크가 되었습니다.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
에서 lang="ko"> 이부분의 ko 앞쪽 " 가 붉은 색으로 표시되는데 뭐가 잘못된다는 건가요?
영어라 제대로 알아들을 수도 없고.... 답답~
아시는 분 좀 가르쳐 주세요
이 부분 말고도 다른 부분에도 " 가 빨간색으로 표시된 게 많습니다.
왜 그런 걸까요
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">Line 2 column 62: there is no attribute "lang".
...mlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
에서 lang="ko"> 이부분의 ko 앞쪽 " 가 붉은 색으로 표시되는데 뭐가 잘못된다는 건가요?
영어라 제대로 알아들을 수도 없고.... 답답~
아시는 분 좀 가르쳐 주세요
이 부분 말고도 다른 부분에도 " 가 빨간색으로 표시된 게 많습니다.
왜 그런 걸까요