Some Notes about the first Quiz

Most tricky Question: 6

Video for the italic and bold question was Chapter 02, video 5 Use semantic Tags

The book mentioned this on page 126 and the Handout Hour 9 Adding Meaning with HTML5 Sectioning and Semantic Elements by Jennifer Kyrnin mentions this on page 155 under HTML4 Elements.

<html>
  <head>
    < ... >
  </head>
  <body>
    <strong>Bold Title</strong>
    <em>Italic Text</em>
  </body>
</head>

Video for the Blockquote question was Chapter 06, video 04 Add two types of quotations

The same Handout mentioned this briefly on page 149.

<html>
  <head>
    < ... >
  </head>
  <body>
    <blockquote cite="Rober A. Heinlein">
      All cats are black after midnight.
    </blockquote>

    <q>To be or not to be.</q>
  </body>
</head>

This is a W3Schools link.

Semantics in HTML5

FreeCodeCamp

BitDegree

InternetIsHARD

W3Docs

Tables

Udemy Blog

W3 Schools

Answers

  1. C
  2. A
  3. C
  4. B
  5. D
  6. B
  7. D
  8. C
  9. A
  10. D
  11. A
  12. B
  13. B
  14. C
  15. A