Tutorial 1 Quick Check Answers Session 1.1 Quick Check 1. A markup language is a language that describes the content and structure of a document by identifying or tagging different elements in the document. 2. XHTML is a version of HTML that enforces strict compliance with its syntax rules. 3. The W3C or World Wide Consortium is a group of web designers and programmers tasked with developing a common set of HTML standards for all web browsers to follow. The WHATWG or Web Hypertext Application Technology Working Group is a group that formed to develop a rival version to XHTML 2.0 called HTML5. The mission of the WHATWG was eventually adopted by the W3C. 4. A doctype or Document Declaration Type is a statement that indicates the HTML language in which the HTML document is written. It is used by validators to test for compliance with HTML standards as a method of switching the browser between operating in standards mode and quirks mode. The doctype for HTML5 is simply <!doctype html> 5. The inner tags are not completely nested within the outer tags. Revised code <p><strong>Curbside Thai now delivers!</strong><p> 6. <title> Curbside Thai Employment Opportunities </title> 7. <meta name="keywords" content="food truck, North Carolina, dining" /> 8. <meta charset="utf-16" /> 9. <!-- Created by Sajja Adulet -->