You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/3-terrarium/1-intro-to-html/.github/pre-lecture-quiz.md

20 lines
337 B

*A warm-up quiz about HTML*
Complete this quiz in class
1. HTML stands for 'HyperText Mockup Language'
- [ ] true
- [ ] false
2. All HTML tags need both opening and closing tags
- [ ] true
- [ ] false
3. Using semantic markup is most important for
- [ ] code readability
- [ ] screen readers
- [ ] maintenance