Hướng dẫn thử thách
1 / 13
Step 1
In this workshop, you will practice working with the `aria-live` and `aria-label` attributes by building an accessible note taking app.
Most of the HTML and all of the CSS has been provided for you. The first few steps will involve adding the remaining markup.
If you look at the preview, there is text to tell you to click on the card to edit it. But if you try to do that, it will not work. To make that `div` element editable, you can use the `contenteditable` attribute like this:
```html
<div contenteditable="true"></div>
```
In the opening `div` tag, add the `contenteditable` attribute and set its value to `"true"`. Now you should be able to click on the element and edit the text.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.sh
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵