ANSWERS
If I miss an assignment deadline or fail an assignment, I fail the course. -correct ansewrs False
This is a completely self-paced course. The deadlines don't matter at all! -correct ansewrs False
I can go through the course faster and complete it faster! -correct ansewrs True
Where can you get access to the example source code used in the course and the Lecture Slide
PDFs? -correct ansewrs Github
In order to install Browser Sync, what must be installed first? -correct ansewrs Node.js
The core purpose of HTML is to -correct ansewrs Communicate the structure of content.
W3C (World Wide Web Consortium) is the only organization that dictates what and how
browsers should implement HTML5 -correct ansewrs False
ALL HTML5 tags must -correct ansewrs Have an Opening tag
Identify correct HTML5 page declaration(s) -correct ansewrs 2,4,6
What would happen if you didn't specify the HTML5 declaration? -correct ansewrs Page will be
interpreted in Quirk Mode
Browsers ALWAYS interpret HTML sequentially, top to bottom -correct ansewrs True
Identify invalid HTML code snippet below (assume code around it, i.e., declaration, etc. is valid)
-correct ansewrs p tag inside section tag
Meta tags communicate information about the browser to the server -correct ansewrs False
Without applying any additional styles, the following code snippet will show up in the browser
as how many lines of text? (Assume the browser is stretched wide enough not to cause any single
line to wrap) -correct ansewrs 4
Identify invalid HTML code snippet (assume code above and below this code is valid) -correct
ansewrs div tag inside span tag
Semantic HTML tags -correct ansewrs Help SEO ranking of page, help computer and human to
better understand structure of page.