๐Ÿ“‹ Final Assessment

Answer all the questions below to test your knowledge in HTML and CSS fundamentals and best practices. This final evaluation will help you consolidate what you've learned and identify areas for improvement.

1. What does HTML stand for?



2. Which tag is used to link an external CSS file?



3. What is the correct CSS syntax to make all <p> elements red?



4. Which property is used to change the background color in CSS?



5. What is the default display value of a <div> element?



6. What does the alt attribute in the <img> tag provide?



7. Which CSS property controls the size of text?



8. What does the following CSS rule do?
div > p