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.
1 parent 28049b2 commit 0022f2aCopy full SHA for 0022f2a
js/levels.js
@@ -590,7 +590,7 @@ var levels = [
590
examples : [
591
'<strong>[value]</strong> selects all elements that have a <strong>value="anything"</strong> attribute.',
592
'<strong>a[href]</strong> selects all <tag>a</tag> elements that have a <strong>href="anything"</strong> attribute.',
593
- '<strong>input[disabled]</strong> selects all <tag>input</tag>strong> elements with the <strong>disabled</strong> attribute'
+ '<strong>input[disabled]</strong> selects all <tag>input</tag> elements with the <strong>disabled</strong> attribute'
594
],
595
boardMarkup:`
596
<plate for="Sarah"><pickle/></plate>
0 commit comments