Code Master: The Ultimate HTML & CSS Challenge!Versión en línea LUNA MORALES SERNA 11A Juego para la recuperacion de tecnologia PERIODO 3 2024 por Luna Morales Serna 1 What does HTML stand for? a Hyper Text Markup Language. b High Transfer Markup Language. c Hyperlink Text Management Language. 2 Which HTML tag is used to define a paragraph? a b c 3 What attribute is used to define an image source in HTML? a src. b href. c img. 4 What is the correct syntax to create a hyperlink in HTML? a Link b Link c Link d 5 Which HTML tag is used for creating a table row? a b c 6 What does CSS stand for? a Computer Style Sheets. b Creative Style Scripts c Cascading Style Sheets. 7 Which CSS property is used to change the background color of an element? a color. b bgcolor. c background-color. 8 What is a function in programming? a A loop that repeats a task. b A block of code designed to perform a particular task. c A method to declare variables. 9 Which data type is used to store true or false values? a Boolean. b String. c Integer. 10 Which symbol is used to start a comment in HTML? a // b /* */ c