We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rule ID:tag-pair
tag-pair
Description:tag must be paired unless the tag is self-closed
Level:error
Value: true/false
The correct sample:
<div></div><span></span>
The wrong sample:
<div><span></span></p>