Some notes in regards to the quiz
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.
Additional Links
Semantics in HTML5
Tables
Answers
- C
- A
- C
- B
- D
- B
- D
- C
- A
- D
- A
- B
- B
- C
- A