We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tagname-lowercase
Tag names must be lowercased. If found not, it reports.
<!-- Bad --> <IMG src="test"> <Div class="test-class"> <span></SPAN> </div> <!-- Good --> <img src="test"> <div class="test-class"> <span></span> </div>
036
Tag name found not lowercased.
true
Do check / format.
false
Do not check / format.
No.