โ Back to HTML DOM
Question 71
Mark a Task as Done
Mark a Task as Done
A list item with id="task" represents a to-do item. Add the CSS class 'done' to it (without removing any existing classes).
Expected Output:
<li id="task" class="done">Buy milk</li>
Topics:
HTML DOM
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.