`, ``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``, ``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``, ``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"``, ``","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What does the `` element do?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It programmatically associates a text label with an interface element."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It labels webpages with important information.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It creates an ID for a corresponding input element.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It overrides the name attribute's value on a child input element.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"It programmatically associates a text label with an interface element.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"To get a link to open in a new window or tab, use the **\\_** attribute","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `_blank`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`_self`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`_new`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`_parent`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`_blank`","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the most semantically accurate way to mark up the sentence shown below? Note: \"TLAs\" stands for \"three-letter acronyms.\"\n\n**We are fond of our TLAs in web design.**","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is C"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the correctly nested markup for this list?\n\n","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is B"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What should fill in the blank below?\n\n```HTML\n \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is media"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"title","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"type","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"device","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"media","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the semantically correct way to mark up this layout?\n\n","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is C"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which choice uses the correct terminology in describing this markup: `info
`?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is The start tag is ``, the end tag is `
`, and the element content is info."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"The element opener is ``, the element closer is `
`, and the element information is info.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"The start tag is ``, the end tag is `
`, and the enclosed HTML is info.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The start element is ``, the end element is `
`, and the tag content is info.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The start tag is ``, the end tag is `
`, and the element content is info.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the difference between ` ` and `Click me `?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Both will submit a form. However, the `` can have content other than text, like an image or nested HTML elements, while the ` ` cannot."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"There is no difference. Both will render a button that submits a form.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"` ` has been deprecated in HTML5. You should use the `` tag instead.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Both will submit a form. However, the ` ` can have content other than text, like an image or nested HTML elements, while the `` cannot.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Both will submit a form. However, the `` can have content other than text, like an image or nested HTML elements, while the ` ` cannot.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the best semantic way to indicate that text refers to keyboard entry?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `Press the Enter key to proceed.
`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`Press the Enter key to proceed.
`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`Press the Enter key to proceed.
`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`Press the Enter key to proceed.
`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`Press the Enter key to proceed.
`","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What does this code do?\n\n```html\n\n \n \n \n \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is The browser chooses the first supported format to play with the browser's default controls."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"The browser chooses the best audio format to play with JavaScript-provided controls.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"The browser plays each sound file in order automatically. The user has controls to stop playback.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The browser chooses the first supported sound file and will loop the sound until the user stops it.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"The browser chooses the first supported format to play with the browser's default controls.","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What attribute applies a keyboard shortcut hint to the current element?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `accesskey`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`shortcut`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`keyboard`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`access`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`accesskey`","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the correct way to code a link that, when clicked, will send an email to `email@example.com` with the subject of \"Hello\"?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `Click me `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`Click me `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`Hello `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`Click me `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`Click me `","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which tag is the root element of an HTML document?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### Which code snippet creates the layout shown, starting at ``?\n\n","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is C"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which choice is NOT a legal value for the **name** attribute within a ` ` tag?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is charset"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"viewport","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"generator","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"author","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"charset","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which form is coded correctly?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is C"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What does the **poster** attribute do in the `` tag?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It specifies an image that should be displayed while the video downloads and until the video is played."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It specifies an image that only displays if there is a problem with the video.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It specifies an image that should be displayed until the video is played.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It specifies an image that should be displayed while the video downloads.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It specifies an image that should be displayed while the video downloads and until the video is played.","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What does this code do?\n\n```HTML\nWhen does this text display? \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is The text displays when the browser cannot play the sound."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"The text displays over the audio controls unless CSS is used to position it elsewhere.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"The text displays under the audio controls.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The text never displays.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The text displays when the browser cannot play the sound.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the primary purpose of the `` tag?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It allows drawing on a bitmap via JavaScript."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It allows raster images to be rendered on the webpage.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It displays annotated images.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It allows vector images to be rendered on the webpage.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It allows drawing on a bitmap via JavaScript.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which choice contains three valid block-level elements?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ` `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### In the code below, what is the purpose of the **lang** attribute?\n\n```HTML\nWelcome to our wonderful website.
\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It establishes the language and dialect for the paragraph—in this case, British English."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It establishes the language for the website—in this case, English.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It establishes the language and dialect for the website—in this case, British English.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It establishes the language for the paragraph—in this case, English.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It establishes the language and dialect for the paragraph—in this case, British English.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which image formats can be displayed by all web browsers?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is PNG, GIF, JPG"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"JPG, GIF, TIF","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"JPG, TIF, BMP","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"TIF, BMP, GIF","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"PNG, GIF, JPG","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### Review the code below. What is the absolute URL for a page called **page.html**?\n\n```HTML\n \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `http://www.linkedin.com/dir/page.html`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`page.html`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`http://www.linkedin.com/page.html`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`dir/page.html`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`http://www.linkedin.com/dir/page.html`","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the correct way to include a stylesheet named **style.css** in the `` of your document?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ` `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"You want to have single spacing in between some lines, like in a poem or an address. Which approach should you use?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Separate lines with a ``, then use CSS to make single spacing."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Wrap the text in a box that is the right width so everything wraps correctly. Set the box width with CSS.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Use the `
` tag to make the line spacing look exactly like you want.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Separate the lines with the ` ` tag.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Separate lines with a ``, then use CSS to make single spacing.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What does the `` tag do?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It presents an opportunity for a break in a very long word if needed for proper page display."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It requires the browser to wrap the current line at that point.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It breaks a word into two pieces, using a hyphen to connect the words.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It formats a sentence to be easily breakable.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"It presents an opportunity for a break in a very long word if needed for proper page display.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### Review the code below. How do you include subnavigation for Link 2 that includes a link?\n\n```HTML\n\n \n \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is B"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the correct way to code a comment in HTML?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`//this is a comment`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`/* this is a comment */`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which statement is **false**?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Block elements can be nested inside inline elements."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Inline elements can be nested inside inline elements.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Block elements can be nested inside block elements.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Inline elements can be nested inside block elements.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Block elements can be nested inside inline elements.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the best semantic to use Quotes in HTML?\n\n`Steve Kruz said: \"He will Win\"`","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"How will a video look displayed on a fully loaded webpage if the `` tag is used and the **autoplay** attribute is not set?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It will display the first frame of the video, unless the **poster** attribute is set."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It will display a random frame from a video, unless the **poster** attribute is set.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It will display nothing unless the **poster** attribute is set.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It will display a black window unless the **poster** attribute is set.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It will display the first frame of the video, unless the **poster** attribute is set.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the correct way to describe an empty element / Alt.: What is the correct way to describe an empty element, such as a line break tag?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It has no child content and no closing tag."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It has opening and closing tags but no child content.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It displays nothing on a website.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It has child content but no closing tag.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It has no child content and no closing tag.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the purpose of async in this code?\n\n<script async src=\"myscript.js\"></script>","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It runs the script when the script is ready."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It downloads the script from the server when resources allow.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It runs the script after HTML parsing is complete.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It pauses the parsing of HTML code while the script runs.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It runs the script when the script is ready.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What does this code do on a page you are visiting for the first time?\n\n` `","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It does nothing. Modern browsers require some form of interaction before they let a page autoplay with audio."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"When the **Play** button is pressed, the browser plays the sound over and over again until the user stops it.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"The browser plays the sound once automatically in the background. The user has no control over the sound.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The browser plays the sound automatically and continuously in the background. The user may stop the sound at any time.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"It does nothing. Modern browsers require some form of interaction before they let a page autoplay with audio.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the difference between the `` and `` tags?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is All of the above."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"There is only one `` tag per page, while there may be many `` tags.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"The `` tag may contain CSS and Javascript links, while the `` tag may contain headings and navigational links.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"The `` tag contains meta information, while the `` tag contains navigation, logos, and other page-identifying content.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"All of the above.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### In this code, what is the purpose of defer?\n\n<script defer src=\"myscript.js\"></script>","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is It runs the script after HTML parsing is complete."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"It downloads the script from the server when resources allow.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It runs the script when the script is ready.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"It pauses the parsing of HTML code while the script runs.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"It runs the script after HTML parsing is complete.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### The code below contains some errors. Which choice corrects all of the errors?\n\n```HTML\n\n \n Cell 1\n \n Cell 2 \n \n A table\n \n
\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is C"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### Given the file and directory structure shown here, what is the correct element to place in the file profit.html to link to info.html?\n\n","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `See Information `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`See Information `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`See Information `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`See Information `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`See Information `","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"When should you use the `` element?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is When the content stands alone as a unit, is suitable for syndication, or is reusable"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"For blog posts and other social media items","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"For the main content area of your website","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"To associate comments with a blog post","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"When the content stands alone as a unit, is suitable for syndication, or is reusable","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which list comprises three empty elements?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is D"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which snippet of HTML, when clicked, makes a phone call on a mobile device?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `Call me `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`802-555-1212 `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`802-555-1212 `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`Call me `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`Call me `","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the purpose of the `class` attribute?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Classes allow CSS and JavaScript to select specific elements on the page. You may list as many class names within the class attribute"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Classes allow CSS to select specific elements on the page. You may list as many class names within the class attribute as you wish,","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Classes allow CSS and JavaScript to select specific elements on the page. You may list only one class name per class attribute.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Classes allow CSS to select specific elements on the page. You may list only one class name per class attribute.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Classes allow CSS and JavaScript to select specific elements on the page. You may list as many class names within the class attribute","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"Which choice is not a legal type attribute for the ` ` tag?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ` `"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"` `","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### What is the most semantic way to mark up this sentence so that \"happy talk must die\" is rendered as an inline quote?\n\nAs Steve Krug once said, happy talk must die.","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``As Steve Krug once said, ``happy talk must die.` ` `
`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``As Steve Krug once said, ``happy talk must die.` ` `
`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``As Steve Krug once said, ``happy talk must die.` ` `
`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``As Steve Krug once said, `
`happy talk must die.` ` `
`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"``As Steve Krug once said, ``happy talk must die.` ` `
`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the most semantically accurate way to make up a main navigation bar, displayed in a horizontal direction?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is D"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### Which choice is the best way to mark up this layout?\n\n","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is A"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the primary purpose of HTML?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is HTML structures the webpage, identifying its elements such as paragraphs, headings, and lists."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"HTML structures and provides a rudimentary look to webpages.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"HTML is responsible for the structure, styling, and interactivity of webpages.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"HTML is responsible for the structure and styling of webpages.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"HTML structures the webpage, identifying its elements such as paragraphs, headings, and lists.","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### For the HTML code below, when will \"Sample Text\" display to the browser?\n\n```html\nSample Text \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is when JavaScript is not supported by the browser or if JavaScript is disabled in the browser"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"when there is no JavaScript used on this webpage","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"when JavaScript is disabled in the web browser","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"when JavaScript is not supported by the web browser","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"when JavaScript is not supported by the browser or if JavaScript is disabled in the browser","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"#### How will this code render by default in most web browsers?\n\n```HTML\n\n Mixed Berry Tart. \n \n Raspberries, blueberries, and strawberries on top of a creamy filling served in a crispy tart.\n
\n \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is B"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"A","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"C","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"D","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"B","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the difference between the `` and ``?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `` produces vector graphics, while `` produces raster graphics."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`` integrates with JavaScript, while `` does not.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`` produces raster graphics, while `` produces vector graphics.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`` cannot be used as a background image, while `` can be used as a background","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`` produces vector graphics, while `` produces raster graphics.","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of HTMto solve the questions","text":"What is the difference between the _readonly_ and _disabled_ attributes for the `