Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Using the HTML Validator for Firefox, I have found that every page I open has errors, not just the ones I have designed; why?

  • 2 답장
  • 2 이 문제를 만남
  • 3 보기
  • 최종 답변자: Shashank

more options

It was suggested that I submit the question here. I am using HTML Validator (HTML Tidy) on the Firefox browser to check my web page design. Every page I look at, ATT/Yahoo mail, my pages and this one too, have errors. The software is W3.org certified and available through Firefox. I can't figure out what is going on. Any Clues?

It was suggested that I submit the question here. I am using HTML Validator (HTML Tidy) on the Firefox browser to check my web page design. Every page I look at, ATT/Yahoo mail, my pages and this one too, have errors. The software is W3.org certified and available through Firefox. I can't figure out what is going on. Any Clues?

모든 댓글 (2)

more options

There can always be code that is meant for other browsers and that the validator doesn't recognizes.
What matters is what kind of errors you see and whether this are common mistakes or errors that should be fixed.

Did you also try the W3C validor for comparison?

more options

Like cor-el said while coding there are codes meant for other browsers too so probably the validator does not recognize that code. Also the code could be written using versions less than HTML 5 and the validator must be working on HTML 5.

Hope this helps.