Lessons

HTML Validation

Errors in the HTML code can lead to damage to the appearance of the site and interactive functions. It is also more difficult for programmers to work with poor-quality HTML code. Developing and debugging new features will take more time in the future.

For some reason, the W3C validator believes that the main google page has windows encoding-1252, not UTF-8.
For some reason, the W3C validator believes that the main google page has windows encoding-1252, not UTF-8.

We only check for really relevant errors. [Popular service](https://validator.w3.org /) from the W3C (the organization that publishes standards for the entire Internet) does a lot of redundant and of little use checks. The task of this service is to check the code for academic compliance with HTML specifications. Browsers are able to fix various minor errors on their own, so it’s unprofitable to waste time on them.

We check:

  • Whether the <html> tag has the lang attribute and whether it is correct. Helps various programs to determine the language of the site.
  • Correctness of the ID attribute of the elements: format, absence of duplicates, presence of a value. This attribute plays a key role when implementing interactive functions using JavaScript.
  • Whether the <head> tag has content.
  • Closing tags for elements.
  • Correctness of the `autocomplete’ attribute.
  • Correctness of the ‘asattribute in the` tag.
  • Correctness of the ‘hreflang` attribute.
  • The presence of a tag frame <code> with the `

<

pre>tag. - Using the meta tagshttp-equiv=refresh,http-equiv=content-typeandcharsetin addition to or instead of the corresponding HTTP headers. - Specifying the 'width and height attributes for the <img>' tags. Instead, you need to use CSS, since it allows you to set the image size for any screen width. The 'width and height attributes set the same image size for all screens. - Correctness of meta tags of favicons <link rel=icon>, <link rel=apple-touch-icon>, <link rel=apple-touch-icon-precomposed>, <meta name=msapplication-config>, <link rel=manifest>. - Correctness of the meta tags of DNS preloading and pre-connection <link rel=dns-prefetch>, <link rel=reconnect>. - Correctness of <doctype>. - Correctness of the <meta name=viewport> meta tag.

PRO subscription for working with the service

Promo
Checking 50 pages in the tool "Checking the page"
190 ₽
The subscription is activated for 10 days and is linked to a specific site.
PRO subscription
3,500 pages per week in tools "Checking the page" and "Full site scan".
1 580 ₽
The subscription is activated for 30 days and you can scan any site.
Wallet
Additional pages that are credited to a separate balance. For checking large sites.
200 ₽
Number of pages
An active PRO subscription is required.
We use cookies. By continuing to use the site, you agree to the processing of personal data in accordance with privacy policy. I agree