mdn/html/0_intro_to_html/6_debugging_html

6_debugging_html

dz / mdn / html / 0_intro_to_html / 6_debugging_html

Summary

Debugging HTML

Node Tree

Nodes

permissive_code
content Permissive Code
children html_permissive_parse

html_permissive_parse
content HTML parsed permissively, no syntax errors
parents permissive_code, syntax_errors

syntax_errors
content Syntax Errors
children html_permissive_parse
parents something_goes_wrong

something_goes_wrong
content Errors that happen when something goes wrong
children syntax_errors, logic_errors

logic_errors
content Logic Errors
parents something_goes_wrong

browser_devtools
content Browser Developer Tools

HTML_validation
content HTML Validation
children markup_validation_service

markup_validation_service
content Markup Validation Service
parents HTML_validation