Introduction to HTML5 COURSERA All Quiz Complete Answers
Table of Content
Introduction to HTML5 COURSERA All Quiz Complete Answers
Introduction to HTML5
Week 1
Week One - HTML/Web basics
Correct!! Browsers can independently determine how to format the different tags. Some use different sizes for headings and/or blank space.
A single web page may require several iterations of the Request-Response Cycle.
This is not correct. See the HTML Evolution lecture.
If you aren't already, consider using Sublime. This is the editor I will be using in lectures. I will include supplementary information on how to set up Sublime to use special tools to fill in part of your code for you.
Make sure to have at least two different browsers to test your code. This will help you to see the differences in HTML5 implementation. Many developers like to use Firefox since it has so many built in tools. I will be using Chrome in lectures.
Introduction to HTML5
Week 2
Tags!
Correct.
Correct.
Correct.
Correct.
Incorrect. Links can use relative URLs. Review lecture on Links.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Incorrect. Review Lesson 8: Creating Lists reading.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Correct.
Incorrect. Try typing in the code and viewing the results. Don't forget to validat
Introduction to HTML5
Week 3
Hosting and Validation
This is correct.
Final Project and QUIZ
Peer-graded Assignment: Final Project
Final Quiz - Putting it Together
Details tags require another tag embedded inside them, similar to the idea that lists (ol and ul) need list items inside them (li).