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 2f0f8da commit 0a9ee71Copy full SHA for 0a9ee71
2-ui/2-events/03-event-delegation/4-behavior-tooltip/task.md
@@ -11,7 +11,7 @@ importance: 5
11
An example of annotated HTML:
12
```html
13
<button data-tooltip="the tooltip is longer than the element">Short button</button>
14
-<button data-tooltip="HTML<br>tooltip">One more button</button>
+<button data-tooltip="두 줄짜리<br>툴팁">...또 다른 버튼...</button>
15
```
16
17
Should work like this:
0 commit comments