HTML & CSS

Welcome to your HTML & CSS

1. 
Which of the following is NOT a valid way to add inline styling to an HTML element?

2. 
What is the correct way to link an external CSS stylesheet to an HTML document?

3. 
What does the CSS box model refer to?

4. 
What tag is used to define the document type in an HTML document?

5. 
What property in CSS is used to change the background color of an element?

6. 
How can you select all elements of a specific class in CSS?

7. 
What does the following CSS code do: h1 {font-size: 2em;}?

8. 
What HTML tag is used to create a bulleted list?

9. 
What attribute is used to specify a link's destination URL in HTML?

10. 
What is the difference between a block-level element and an inline element in HTML?

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to Top