HTML Validation - Web Dev Journey: HTML
https://www.buymeacoffee.com/GrowAdept
https://github.com/GrowAdept/youtube
HTML Validation - Web Dev Journey: HTML
Description - This video shows you how to use HTML validator sites like https://validator.w3.org/ to check your HTML for syntax errors.
The video shows how to
find syntax errors using HTML validator like https://validator.w3.org/
find errors in code using line and column numbers in editor
deal with different types of HTML syntax errors
-set html lang attribute
-how HTML elements without ending tags my not throw errors
HTML validation allows you to avoid fixes errors when it's convenient, instead of getting that dreaded call in the evening when something went wrong. Just looking at rendered HTML in the browser is not enough, many browsers build their DOMs differently when handling errors and thus render HTML differently. CEO can be affected by broken links; web crawlers need to "crawl" links in order to rate your site for indexing. Avoid broken links is vital.
---------------------------
Follow the rest of the HTML/CSS/JS course at:
https://www.youtube.com/watch?v=VOnKy...
or one of the Golang courses at:
/ growadept .
---------------------------
Where you able to easily validate your own code? If not, please comment below how we could make this video better. We want to see you succeed, if you see something we could do better, please let me know, it could help you as well as many other. Cheers!