|
|
|
|
|
by arnarbi
4075 days ago
|
|
> More importantly, if you're looking through the code and you don't know what tags are self-closing, you can't instantly tell whether something's a syntax error or not. I came to say this, so I'll second you instead. Syntax is less cognitive load than remembering what element does what - and in reading code, if I don't see a closing marker I'll go looking for the closing tag before thinking about the tag. |
|