Skip to content

Commit 16f5f13

Browse files
authored
Update html.md (#71)
1 parent 776433c commit 16f5f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wordpress-coding-standards/html.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## HTML
44

55
### Validation
6+
67
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.)
78

89
### Self-closing Elements

0 commit comments

Comments
 (0)