",
177 | "xxx@yyy.com"
178 | ],
179 | answerIndex: 0
180 | },
181 | {
182 | question: "Which tag is used to define a paragraph in HTML?",
183 | options: ["", "", "", ""],
184 | answerIndex: 0
185 | },
186 | {
187 | question: "What is the purpose of the element in HTML?",
188 | options: [
189 | "Contains metadata about the HTML document",
190 | "Defines the main content of the document",
191 | "Creates a header for a section",
192 | "Specifies a header for the entire page"
193 | ],
194 | answerIndex: 0
195 | },
196 | {
197 | question: "Which attribute is used to provide extra information about an element and is often shown as a tooltip?",
198 | options: ["title", "info", "tooltip", "description"],
199 | answerIndex: 0
200 | },
201 | {
202 | question: "What is the function of the