CSS Advanced Quiz 1S2C Home « CSS Advanced Quiz 1
The questions in this first advanced quiz on CSS are on the topics covered in the first three lessons of the CSS Advanced section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.
Lesson Summary
Click on a lesson in the table to go to that lesson for a refresher on the topics for that lesson.
CSS Advanced Lessons | Description | Quiz Info. |
---|---|---|
Lesson 1 - Generated Content | Using Generated Content and letting the browser insert information into our pages. | This quiz. 10 questions |
Lesson 2 - Attribute Selectors | A look at attribute selectors and how we can use them to select HTML elements. | |
Lesson 3 - Styling Lists | A look at how to style our lists using some useful CSS properties. | |
Lesson 4 - Styling Tables | For this lesson we look at the CSS properties we can use with out HTML tables. | Quiz2 10 questions |
Lesson 5 - Navigation | A look at how to style navigation bars to look good on our web pages. | |
Lesson 6 - Layout | In this lesson we look at how to create page layouts for our websites. | Quiz3 11 questions |
Lesson 7 - The Printed Page | A look at how to style our data so it is suitable for printing. | |
Lesson 8 - Other Properties | A look at the CSS properties we haven't covered so far - direction, outline and unicode-bidi. |
CSS Advanced Quiz 1
The quiz below tests your knowledge of the material learnt in the first three lessons of the CSS Advanced section of the site.
Question 1 : Which pseudo selectors do we use in conjunction with the CSS
content
property? - We use the <code>:before</code> and <code>:after</code> pseudo selectors in conjunction with the CSS <code>content</code> property.
Quiz Progress Bar
What's Next?
In the next quiz we test our knowledge of the topics covered in the fourth and fifth lessons of the CSS Advanced section of the site .