Skip to content

Commit

Permalink
added Q88 in frontend Dev (#6654)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratap360 committed Oct 22, 2023
1 parent ade4516 commit 9710a51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions front-end-development/front-end-development-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,3 +857,12 @@ box {
- [ ] Internal
- [ ] External
- [ ] None of the above

#### Q88. How would you set the value of a property—in this example,—back to the default value, as listed in the specification?

- [x] color: initial
- [ ] color: default
- [ ] color: reset
- [ ] color: inherit

[Reference: W3 Schools](https://www.w3schools.com/cssref/css_initial.php#:~:text=The%20initial%20keyword%20is%20used,property%20to%20its%20default%20value.)

0 comments on commit 9710a51

Please sign in to comment.