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'
- [ ] [true]
- [ ] [false]
- [ ] true
- [ ] false
2. All HTML tags need both opening and closing tags
- [ ] [true]
- [ ] [false]
- [ ] true
- [ ] false
3. Using semantic markup is most important for
- [ ] [code readability]
- [ ] [screen readers]
- [ ] [maintenance]
- [ ] code readability
- [ ] screen readers
- [ ] maintenance