From 874f0d0f58c5c279d02256356001693eb345ad51 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 2 May 2022 15:41:43 +1000 Subject: [PATCH] Update html.md --- wordpress-coding-standards/html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress-coding-standards/html.md b/wordpress-coding-standards/html.md index 44451b6..615d7ab 100644 --- a/wordpress-coding-standards/html.md +++ b/wordpress-coding-standards/html.md @@ -3,6 +3,7 @@ ## HTML ### Validation + All HTML pages should be verified against [the W3C validator](https://validator.w3.org/) to ensure that the markup is well formed. This in and of itself is not directly indicative of good code, but it helps to weed out problems that are able to be tested via automation. It is no substitute for manual code review. (For other validators, see [HTML Validation](https://codex.wordpress.org/Validating_a_Website#HTML_-_Validation) in the Codex.) ### Self-closing Elements