{"id":171,"date":"2017-04-21T19:15:09","date_gmt":"2017-04-21T19:15:09","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/back-matter\/section-2-answer-key\/"},"modified":"2017-04-27T18:51:35","modified_gmt":"2017-04-27T18:51:35","slug":"section-2-answer-key","status":"publish","type":"back-matter","link":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/back-matter\/section-2-answer-key\/","title":{"raw":"Section 2 Answer Key","rendered":"Section 2 Answer Key"},"content":{"raw":"<div class=\"quiz\">\r\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"http:\/\/textbooks.opensuny.org\/Mendez_media\/interactive\/Quiz_Section2.html\">Take this quiz online!<\/a><\/h1>\r\n<\/div>\r\n<ol>\r\n \t<li class=\"QuizQuestion\">What does HTML stand for?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Hyperlinks and Text Markup Language [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Hyper Text Markup Language [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Home Tool Markup Language [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Hyper Text Manipulation Language [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Choose the correct HTML tag for the largest heading.\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;heading&gt; [This is not a valid tag]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;h1&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;header&gt; [This is a document section]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;h6&gt; [This is the smallest heading]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of these is a properly formatted link?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;a link=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;a href=\u201cwww.google.com\u201d\/&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;link location=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;a href=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">How can you open a link in a new tab\/browser window?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d target=\u201c_blank\u201d&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d target=\u201cnew\u201d&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d new&gt; [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which doctype is correct for HTML5?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;!DOCTYPE HTML5&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;!DOCTYPE html&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;!DOCTYPE HTML PUBLIC \u201c-\/\/W3C\/\/DTD HTML 5.0\/\/EN\u201d \u201chttp:\/\/www.w3.org\/TR\/html5\/strict.dtd\u201d&gt; [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What is the correct HTML for making a drop-down list?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;select&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;input type=\u201cdropdown\u201d&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;input type=\u201clist\u201d&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;list&gt; [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following is correct?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">HTML is used for exchanging data, XML is not. [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">XML is used for exchanging data, HTML is not. [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">HTML can have user defined tags, XML cannot. [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Both b and c above. [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What is the correct HTML5 element for playing video files?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;movie&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;video&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;source&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What is the correct HTML for inserting an image?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;img src=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;image src=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;img href=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;img alt=\u201cMyImage\u201d&gt;image.gif&lt;\/img&gt; [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">The &lt;canvas&gt; element in HTML5 is used to:\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Display database records [This is possible, but not the main purpose]<\/li>\r\n \t<li class=\"QuizAnswer\">Manipulate data in MySQL [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Create draggable elements [This is possible, but not the main purpose]<\/li>\r\n \t<li class=\"QuizAnswer\">Draw graphics [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">In HTML5, which attribute is used to specify that an input field must be filled out?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Formvalidate [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Validate [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">placeholder [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">required [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which HTML5 element is used to display a measurement within a fixed range?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;gauge&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;range&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;measure&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;meter&gt; [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What does CSS stand for?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Cross-site scripting [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Cascading Style Sheets [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Creative style sheets [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Compiled site styles [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Given the following, what value does the left margin have?: margin: 10px 5px 20px 15px;\r\n<ol>\r\n \t<li class=\"QuizAnswer\">10px [This is the top]<\/li>\r\n \t<li class=\"QuizAnswer\">5px [This is the right side]<\/li>\r\n \t<li class=\"QuizAnswer\">20px [This is the bottom]<\/li>\r\n \t<li class=\"QuizAnswer\">15px [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which style rule overrides the other?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Class [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Id [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What property creates space between HTML elements?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Margin [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Padding [This is inside an element]<\/li>\r\n \t<li class=\"QuizAnswer\">Spacing [This is between text]<\/li>\r\n \t<li class=\"QuizAnswer\">Float [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">What property creates space within an element?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Margin [This is between elements]<\/li>\r\n \t<li class=\"QuizAnswer\">Padding [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Spacing [This is between text]<\/li>\r\n \t<li class=\"QuizAnswer\">Float [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which set of tags are used to define CSS within the page?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">&lt;style type=\u201ccss\u201d&gt;&lt;\/style&gt; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;class type=\u201ctext\/css\u201d&gt;&lt;\/class&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">&lt;inline css&gt;&lt;\/inline&gt; [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of these is the correct way to define a hover state for an anchor tag?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">:onHover [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">:mouseOver [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">:hover [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of These [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which property of a position rule will force content to a position regardless of other elements?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Fixed [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Absolute [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Relative [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Strict [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Responsive styling allows us to support many devices with one style sheet.\r\n<ol>\r\n \t<li class=\"QuizAnswer\">True [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">False [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following is the best fit for defining styles on small mobile devices?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">@media only screen and (max-width: 479p [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">@media only screen and (max-width: 769p [This is best for tablets]<\/li>\r\n \t<li class=\"QuizAnswer\">@media only screen and (max-width: 120p [This is very small!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n<\/ol>\r\n<div class=\"quiz\">\r\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/chapter\/section-2-assessments\/\">Return<\/a><\/h1>\r\n<\/div>","rendered":"<div class=\"quiz\">\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"http:\/\/textbooks.opensuny.org\/Mendez_media\/interactive\/Quiz_Section2.html\">Take this quiz online!<\/a><\/h1>\n<\/div>\n<ol>\n<li class=\"QuizQuestion\">What does HTML stand for?\n<ol>\n<li class=\"QuizAnswer\">Hyperlinks and Text Markup Language [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Hyper Text Markup Language [Correct!]<\/li>\n<li class=\"QuizAnswer\">Home Tool Markup Language [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Hyper Text Manipulation Language [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Choose the correct HTML tag for the largest heading.\n<ol>\n<li class=\"QuizAnswer\">&lt;heading&gt; [This is not a valid tag]<\/li>\n<li class=\"QuizAnswer\">&lt;h1&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;header&gt; [This is a document section]<\/li>\n<li class=\"QuizAnswer\">&lt;h6&gt; [This is the smallest heading]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of these is a properly formatted link?\n<ol>\n<li class=\"QuizAnswer\">&lt;a link=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;a href=\u201cwww.google.com\u201d\/&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;link location=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;a href=\u201cwww.google.com\u201d&gt;Link&lt;\/a&gt; [Correct!]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">How can you open a link in a new tab\/browser window?\n<ol>\n<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d target=\u201c_blank\u201d&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d target=\u201cnew\u201d&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;a href=\u201curl\u201d new&gt; [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which doctype is correct for HTML5?\n<ol>\n<li class=\"QuizAnswer\">&lt;!DOCTYPE HTML5&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;!DOCTYPE html&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;!DOCTYPE HTML PUBLIC \u201c-\/\/W3C\/\/DTD HTML 5.0\/\/EN\u201d \u201chttp:\/\/www.w3.org\/TR\/html5\/strict.dtd\u201d&gt; [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What is the correct HTML for making a drop-down list?\n<ol>\n<li class=\"QuizAnswer\">&lt;select&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;input type=\u201cdropdown\u201d&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;input type=\u201clist\u201d&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;list&gt; [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following is correct?\n<ol>\n<li class=\"QuizAnswer\">HTML is used for exchanging data, XML is not. [Incorrect]<\/li>\n<li class=\"QuizAnswer\">XML is used for exchanging data, HTML is not. [Correct!]<\/li>\n<li class=\"QuizAnswer\">HTML can have user defined tags, XML cannot. [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Both b and c above. [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What is the correct HTML5 element for playing video files?\n<ol>\n<li class=\"QuizAnswer\">&lt;movie&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;video&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;source&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What is the correct HTML for inserting an image?\n<ol>\n<li class=\"QuizAnswer\">&lt;img src=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;image src=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;img href=\u201cimage.gif\u201d alt=\u201cMyImage\u201d&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;img alt=\u201cMyImage\u201d&gt;image.gif&lt;\/img&gt; [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">The &lt;canvas&gt; element in HTML5 is used to:\n<ol>\n<li class=\"QuizAnswer\">Display database records [This is possible, but not the main purpose]<\/li>\n<li class=\"QuizAnswer\">Manipulate data in MySQL [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Create draggable elements [This is possible, but not the main purpose]<\/li>\n<li class=\"QuizAnswer\">Draw graphics [Correct!]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">In HTML5, which attribute is used to specify that an input field must be filled out?\n<ol>\n<li class=\"QuizAnswer\">Formvalidate [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Validate [Incorrect]<\/li>\n<li class=\"QuizAnswer\">placeholder [Incorrect]<\/li>\n<li class=\"QuizAnswer\">required [Correct!]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which HTML5 element is used to display a measurement within a fixed range?\n<ol>\n<li class=\"QuizAnswer\">&lt;gauge&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;range&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;measure&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;meter&gt; [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What does CSS stand for?\n<ol>\n<li class=\"QuizAnswer\">Cross-site scripting [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Cascading Style Sheets [Correct!]<\/li>\n<li class=\"QuizAnswer\">Creative style sheets [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Compiled site styles [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Given the following, what value does the left margin have?: margin: 10px 5px 20px 15px;\n<ol>\n<li class=\"QuizAnswer\">10px [This is the top]<\/li>\n<li class=\"QuizAnswer\">5px [This is the right side]<\/li>\n<li class=\"QuizAnswer\">20px [This is the bottom]<\/li>\n<li class=\"QuizAnswer\">15px [Correct!]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which style rule overrides the other?\n<ol>\n<li class=\"QuizAnswer\">Class [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Id [Correct!]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What property creates space between HTML elements?\n<ol>\n<li class=\"QuizAnswer\">Margin [Correct!]<\/li>\n<li class=\"QuizAnswer\">Padding [This is inside an element]<\/li>\n<li class=\"QuizAnswer\">Spacing [This is between text]<\/li>\n<li class=\"QuizAnswer\">Float [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">What property creates space within an element?\n<ol>\n<li class=\"QuizAnswer\">Margin [This is between elements]<\/li>\n<li class=\"QuizAnswer\">Padding [Correct!]<\/li>\n<li class=\"QuizAnswer\">Spacing [This is between text]<\/li>\n<li class=\"QuizAnswer\">Float [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which set of tags are used to define CSS within the page?\n<ol>\n<li class=\"QuizAnswer\">&lt;style type=\u201ccss\u201d&gt;&lt;\/style&gt; [Correct!]<\/li>\n<li class=\"QuizAnswer\">&lt;class type=\u201ctext\/css\u201d&gt;&lt;\/class&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">&lt;inline css&gt;&lt;\/inline&gt; [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of these is the correct way to define a hover state for an anchor tag?\n<ol>\n<li class=\"QuizAnswer\">:onHover [Correct!]<\/li>\n<li class=\"QuizAnswer\">:mouseOver [Incorrect]<\/li>\n<li class=\"QuizAnswer\">:hover [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of These [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which property of a position rule will force content to a position regardless of other elements?\n<ol>\n<li class=\"QuizAnswer\">Fixed [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Absolute [Correct!]<\/li>\n<li class=\"QuizAnswer\">Relative [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Strict [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Responsive styling allows us to support many devices with one style sheet.\n<ol>\n<li class=\"QuizAnswer\">True [Correct!]<\/li>\n<li class=\"QuizAnswer\">False [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following is the best fit for defining styles on small mobile devices?\n<ol>\n<li class=\"QuizAnswer\">@media only screen and (max-width: 479p [Correct!]<\/li>\n<li class=\"QuizAnswer\">@media only screen and (max-width: 769p [This is best for tablets]<\/li>\n<li class=\"QuizAnswer\">@media only screen and (max-width: 120p [This is very small!]<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<div class=\"quiz\">\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/chapter\/section-2-assessments\/\">Return<\/a><\/h1>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-171\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>The Missing Link. <strong>Authored by<\/strong>: Michael Mendez. <strong>Provided by<\/strong>: Open SUNY Textbooks. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/\">https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/\">CC BY-NC-SA: Attribution-NonCommercial-ShareAlike<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":311,"menu_order":3,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"The Missing Link\",\"author\":\"Michael Mendez\",\"organization\":\"Open SUNY Textbooks\",\"url\":\"https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/\",\"project\":\"\",\"license\":\"cc-by-nc-sa\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"back-matter-type":[39],"contributor":[],"license":[],"class_list":["post-171","back-matter","type-back-matter","status-publish","hentry","back-matter-type-miscellaneous"],"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/types\/back-matter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/users\/311"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/171\/revisions"}],"predecessor-version":[{"id":287,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/171\/revisions\/287"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/171\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/media?parent=171"}],"wp:term":[{"taxonomy":"back-matter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter-type?post=171"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/contributor?post=171"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/license?post=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}