Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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 мають цю проблему
  • 4 перегляди
  • Остання відповідь від 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.