<img src="adasdada.jpg" alt=""/>

다음과 같은 태그는 html validator에서 이런 에러를 낸다.

 

NET-enabling start-tag requires SHORTTAG YES .

 

The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

 

------------구글 번역 ------------------

<foo />의 순서에 적어도 두 개의 서로 다른 방법으로 해석할 수에 따라 문서의 doctype합니다. html 4.01에 대한 엄격한, '/'이 종료 (with의 태그 <foo에서는 묵시적 '> '). 그러나,이 방법이 많은 브라우저를하지 해석하는 경우에도 엄격한 4.01 doctype html의 존재를, 완전하게 그것을 피하는 것이 좋습니다 순수 html 문서와 예약을 위해서만 이들을 사용 xhtml로 작성된합니다.
 
대충 html문서에서는 slefclose 하지 말고
xhtml 에서만 하라는 뜻..
난 그것도 모르고 죄다  <br />이렇게 죄다 닫아버렸다..
보는 족족..
Posted by 삽지리
,