Type the URL and click Validate (with https)
HTML Validation Result of theweather.com
After validating, we found 2 errors and 5 warnings.
2 Errors
1. Duplicate ID “shared”. 1 occurrence
'...n> </div> <span class="shared" id="shared"><svg x...'
2. Duplicate ID “a”. 1 occurrence
'... 0 44 44"><mask id="a" fill="#fff"><path ...'
5 Warnings
1. Consider avoiding viewport values that prevent users from resizing documents. 1 occurrence
'...IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link...'
2. Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections, or else use a “div” element instead for any cases where no heading is needed. 4 occurrences
'...le -sin"> <section class="item-principal cont-izq"> <div ...'
On line 1, column 59239
'...e> </div> <section class="module"> <div ...'
On line 1, column 65552
'... </aside> <section class="flex-top module"> <div ...'
On line 1, column 83679
'.../section> <section class="grid-3 module"> <div ...'
3. The first occurrence of ID “shared” was here. 1 occurrence
'...n> </div> <span class="shared" id="shared"><svg x...'
4. The first occurrence of ID “a” was here. 1 occurrence
'... 0 44 44"><mask id="a" fill="#fff"><path ...'
5. Article lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all articles. 14 occurrences
'..."grid-1"> <article class="articles-row"> <div ...'
On line 1, column 62901
'.../article> <article class="articles-row"> <div ...'
On line 1, column 63769
'.../article> <article class="articles-row"> <div ...'
On line 1, column 64620
'.../article> <article class="articles-row"> <div ...'
On line 1, column 66651
'..."grid-2"> <article class="articles-row"> <div ...'
On line 1, column 67477
'.../article> <article class="articles-row"> <div ...'
On line 1, column 68393
'.../article> <article class="articles-row"> <div ...'
On line 1, column 69244
'.../article> <article class="articles-row"> <div ...'
On line 1, column 70212
'.../article> <article class="articles-row"> <div ...'
On line 1, column 71262
'.../article> <article class="articles-row"> <div ...'
On line 1, column 88153
'..."grid-1"> <article class="articles-row"> <div ...'
On line 1, column 88958
'.../article> <article class="articles-row"> <div ...'
On line 1, column 89722
'.../article> <article class="articles-row"> <div ...'
On line 1, column 90632
'.../article> <article class="articles-row"> <div ...'
HTML Validator
HTML validator. Verifies HTML files for compliance with W3C standards and evaluates code quality against best practices.
HTML Validator is a tool that checks your HTML code for errors or mistakes. It's designed to help you ensure that your web pages are properly formatted, semantically correct, and accessible to users. HTML Validator is a great tool for website owners, developers, and designers who want to create high-quality websites that are easy to use and maintain.
How to Use an HTML Validator:
Using an HTML validator is a simple process. Here are the basic steps:
Enter your website URL.
Run the validator: Click the "Validate" button to run the validator. The tool will scan your HTML code and generate a report that lists any errors, warnings, or other issues.
Review the results: Review the results of the validation report to see what errors or issues have been found. The report will highlight the line of code where the issue was detected and provide a brief explanation of the problem.
Fix any errors or issues: Once you've reviewed the validation report, you can start fixing any errors or issues that have been identified. This may involve editing your HTML code, changing the structure of your web pages, or adding additional content to improve accessibility or user experience.
Re-validate your HTML code: After you've made changes to your HTML code, it's a good idea to re-validate your web pages using the HTML validator. This will help ensure that you've fixed all the issues and that your web pages are compliant with HTML standards.