Show how you would give all elements that have a class of 'class1', a green background.

.class1{ background-color: 'green'; } The full-stop before the text indicates that this css rule applies to a class with the name 'class1'.Inside the rule, the background-color attribute is given a value of 'green' which will give the class a green background colour.

JC

Related HTML and CSS Mentoring answers

All answers ▸

What is the correct HTML to link a stylesheet?


Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.


How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?


how to code the details tag/ how to put a drop down option in a form?