Instruction:-
#1. What is the significance of the ‘div’ tag in web development?
#2. Which property is used to change the background color in CSS?
#3. What does the “float” property do in CSS?
#4. Which of the following is the correct syntax to apply CSS to an HTML element?
#5. How do you select an element with the id “header” in CSS?
#6. Which property is used to change the font of a text in CSS?
#7. What is the default value of the “position” property in CSS?
#8. Which property is used to set the space between characters in CSS?
#9. How can you make a list that is ordered in CSS?
#10. What is the purpose of the “z-index” property in CSS?
#11. Which CSS property is used to add space between the content of an element and its border?
#12. Which property is used to create rounded corners in CSS?
#13. How do you make a text bold in CSS?
#14. What is the purpose of the “box-sizing” property in CSS?
#15. What is the purpose of the “display” property in CSS?
#16. Which of the following is the correct way to link an external CSS file to an HTML document?
#17. What does the “em” unit in CSS represent?
#18. How do you make a CSS rule apply only to a specific class of elements?
#19. Which of the following is the correct way to apply a border to an element in CSS?
#20. What is the function of the “media queries” in CSS?
#21. What is the correct CSS syntax to change the font color to blue?
#22. Which property is used to change the text size in CSS?
#23. Which of the following is the correct CSS rule to add a shadow to a text?
#24. What does the position: absolute; property do?
#25. What is the default value of the “display” property in CSS?
Previous
Finish