Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/browser/ex_41.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Create a basic HTML document
* Create a style tag
* Add a striked class and add the following css properties:
* Text decoration: striked
* Text decoration: line-through
* Select all the li elements and change the cursor property and assing pointer as value
* Create a script tag on the document head element
* Dynamically create a ul element
Expand All @@ -20,4 +20,4 @@
* Toggle the striked class when the user clicks the li element
* Add the li elements to the ul element
* Add the ul element to the body element
* At the end you need to see a list of 10 chores that you can click on to show that it's done
* At the end you need to see a list of 10 chores that you can click on to show that it's done