INSERT INTO quizzes (skill_id, question, option_a, option_b, option_c, option_d, correct_option) VALUES (1, 'What does HTML stand for?', 'Hyper Text Markup Language', 'High Tech Modern Language', 'Hyperlink and Text Markup Language', 'Home Tool Markup Language', 'a'), (1, 'Who is making the Web standards?', 'Mozilla', 'The World Wide Web Consortium', 'Google', 'Microsoft', 'b'), (1, 'Choose the correct HTML element for the largest heading:', '

', '', '
', '', 'a'), (1, 'What is the correct HTML element for inserting a line break?', '', '
', '', '', 'b'), (1, 'What is the correct HTML for creating a hyperlink?', 'Example', 'http://www.example.com', 'Example', 'http://www.example.com', 'a');