{ "What is the correct tag for the largest heading in HTML?": ["

"], "What are semantic HTML elements?": ["Elements with meanings which allow a reader of the document to understand the meaning of the element"], "The class attribute is defined as following:": ["class=\"name\""], "The class Attribute is used to devide different into logical groups": ["elements"], "What is the \"alt\" - Attribute for?": [ "It is used to display information about an element when the content cannot be displayed or loaded by the browser.", "Disabled people can access the information of an element, which they wouldn't be able to understand due to their disabilities." ], "The classname is": ["case sensitive"], "Link the positions to corresponding persons.": { "Who is W3C CEO?": "Jeffrey Jaffe", "Who is W3C director?": "Who is W3C director?" }, "An iframe is an element which is used to display a webpage within a web page. Is this statement true or false?": ["True"], "URLs are used to define the to a destination site or to a ressource needed in the HTML file.": ["path"], "What is the charset meta declaration used for?": ["It defines the character encoding of a document so that the browser can interpret it properly."], "Choose how ids are referenced in CSS.": ["#idname"], "Which of the following statements are true?": [ "With Javascript you can create new elements.", "You can include a Javascript file at the end of the HTML body.", "With the