hail2u / html-best-practices

For writing maintainable and scalable HTML documents
4.12k stars 439 forks source link

Why should I not omit unnecessary closing tags? #69

Closed nuxodin closed 3 years ago

nuxodin commented 3 years ago

It is absolutely allowed to leave out </body> </html> </td> </option> and so on. And I find it even better and more legible.

hail2u commented 3 years ago
nuxodin commented 3 years ago

Ok, maybe it's safer if someone doesn't have a clue about it. but I wouldn't call it best practice.