Chapter 5 Quiz

Question 1) The em tag is for...

a) Emphasis
b) Embedding content
c) Embracing new HTML tags as they are announced

Question 2) The strong tag is for...

a) A lower level of emphasis
b) A higher level of emphasis
c) Showing that the web-page is well coded and thus "stronger"

Question 3) The code tag is for

a) Generic HTML in a document.
b) Executing Javascripts a web-page
c) When you want to show that a chunk of text is example code

Question 4) Text inside the <em> tag will appear in which style on the web-page?

a) Italic
b) Bold
c) "techy"

Question 5) Text inside the <strong> tag will appear in which style on the web-page?

a) Italic
b) Bold
c) "techy"

Question 6) Text inside the <code> tag will appear in which style on the web-page?

a) Italic
b) Bold
c) "techy"

And so, you've completed chapter 5! Next, we look at Chapter 6 - Headings!