html and css in depth coursera week 1 quiz answers

Knowledge check: Practice using semantic tags

1. What is the purpose of Semantic HTML tags?

  • To describe the structure of the HTML document
  • To describe the meaning of the HTML document
  • To describe the layout of the HTML document

2. What is the impact of using semantic tags in your HTML document? Select all that apply.

  • It improves your rank in search engine results
  • It allows search engines to understand the HTML document
  • It allows accessibility software to understand the HTML document

3. What type of content is the < article> semantic HTML element appropriate for? Select all that apply.

  • News article
  • Forum post
  • Blog post

4. Which of the following elements is most suitable for describing the navigation section of a webpage?

  • <header>
  • <nav>
  • <main>

5. You need to add a copyright notice to the bottom of a web page. Which of the following semantic tags is most suitable to use?

  • <section>
  • <footer>
  • <cite>

6. You need to indicate that a section of text in a

element is important. Which of the following semantic tags should you use?

  • <strong>
  • <b>
  • <u>

7. You need to display a list of descriptions on a web page. Which of the following tags are best-suited semantically?

  • <dl>
  • <ul>
  • <ol>

Knowledge check: Metadata

8. What are some of the main characteristics of meta tags? Select all that apply.

  • They are placed inside the <body> element
  • They don’t have a visual representation in your pages
  • They are very important for SEO
  • They define metadata about an HTML document, namely information about data

Shuffle Q/A 1

9. What are some of the most important Meta tags you should use for good SEO? Select all that apply.

  • Keywords 
  • Description
  • Title
  • Image alt attributes

10. Which meta tag is used to specify the character encoding for the HTML document?

  • charset 
  • content 
  • language
  • lang

Leave a Reply