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

349 B

A warm-up quiz about HTML

Complete this quiz in class

  1. HTML stands for 'HyperText Mockup Language'
  • [true]
  • [false]
  1. All HTML tags need both opening and closing tags
  • [true]
  • [false]
  1. Using semantic markup is most important for
  • [code readability]
  • [screen readers]
  • [maintenance]