|
|
|
|
|
by nayuki
3566 days ago
|
|
Agreed. Years ago I started doing all my projects in XHTML because I found that debugging silent HTML errors was not fun. Silent errors include things like malformed tags and attributes, incorrect nesting structure (thus also messing up where CSS rules are applied), and unescaped left-angles and ampersands. |
|