Skip to content
Hanxing Yang edited this page Jul 10, 2016 · 1 revision

name

tag-pair

description

Tags (except void elements) must be paired. If found not, it reports.

sample

<!-- Bad -->
<div><p></div>

<!-- Good -->
<div><p></p></div>

code

  • 035

    Unpaired tag found.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.