removing extraneous brackets in quiz

This commit is contained in:
Jen Looper
2020-12-30 16:34:51 -05:00
committed by GitHub
parent a217bded92
commit cd709a8602

View File

@@ -4,16 +4,16 @@ Complete this quiz in class
1. HTML stands for 'HyperText Mockup Language' 1. HTML stands for 'HyperText Mockup Language'
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
2. All HTML tags need both opening and closing tags 2. All HTML tags need both opening and closing tags
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
3. Using semantic markup is most important for 3. Using semantic markup is most important for
- [ ] [code readability] - [ ] code readability
- [ ] [screen readers] - [ ] screen readers
- [ ] [maintenance] - [ ] maintenance