removing extraneous brackets from quiz

This commit is contained in:
Jen Looper
2020-12-30 16:37:19 -05:00
committed by GitHub
parent cd709a8602
commit aad72a3823

View File

@@ -1,17 +1,17 @@
*Complete this quiz after the lesson by checking one answer per question.* *Complete this quiz after the lesson by checking one answer per question.*
1. [Spans and Divs are interchangeable] 1. Spans and Divs are interchangeable
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
2. [The head of an HTML doc can contain:] 2. The head of an HTML doc can contain:
- [ ] [the title tag] - [ ] the title tag
- [ ] [metadata] - [ ] metadata
- [ ] [all the above] - [ ] all the above
3. [You can't use deprecated tags in your markup] 3. You can't use deprecated tags in your markup
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
- [ ] [false, but they have been deprecated for good reason] - [ ] false, but they have been deprecated for good reason