| ▲ | teo_zero 11 hours ago | |||||||||||||
> An unclosed tag occurs when an opening HTML tag like <div>, <p>, or <span> is missing its corresponding closing tag. Since when does <p> requires a closing tag? Note that TFA lists this among "spec violations" and not merely "best practices". | ||||||||||||||
| ▲ | francisofascii 10 hours ago | parent | next [-] | |||||||||||||
I think the closing </p> tag became required under the HTML 5 spec (2008). Before it was optional, except when using XHTML. | ||||||||||||||
| ▲ | NooneAtAll3 10 hours ago | parent | prev | next [-] | |||||||||||||
p stands for paragraph. It's not a line break | ||||||||||||||
| ||||||||||||||
| ▲ | elAhmo 10 hours ago | parent | prev [-] | |||||||||||||
I always assumed all tags should be closed. | ||||||||||||||
| ||||||||||||||