HTML & CSS By adminJanuary 3, 2025January 3, 2025Class Practice Results Passed Failed!!! HD Quiz powered by harmonic design #1. Which HTML tag is used to create a hyperlink? url href Link a #2. How can you make a list in HTML that uses numbers? ol ul li #3. In CSS, which property is used to change the background color of an element? color bg-color background-color #4. What is the correct CSS property to make text bold? text-style: bold; font-weight: bold; font-style: bold; #5. What is the purpose of the “head” section in an HTML document? To display content on the webpage To define metadata, title, and linked resources To define the main body of the page #6. What does HTML stand for? Hyperlink and Text Markup Language HyperText Markup Language Home Tool Markup Language #7. What is the correct way to define a CSS class? .classname { property: value; } classname { property: value; } #classname { property: value; } #8. Which HTML tag is used to display an image? img pic image #9. Which of the following is used to create a checkbox in HTML? input type="check" checkbox input type="checkbox" #10. Which of the following is the correct syntax for applying an external CSS file? css href="styles.css" link href="styles.css" type="text/css" link rel="stylesheet" href="styles.css" Previous Finish See also Class22-Windows