What happens if you open the external CSS file in a browser?
What does CSS stand for?
What is the default value of the position property?
How do you, group selectors?
How do you select all p elements inside a div element?
How do you select elements with the class name "test"?
How do you select an element with id "demo"?
How do you make a list that lists its items with squares?
When using the padding property; are you allowed to use negative values?
Which property is used to change the left margin of an element?
How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel?
How do you make the text bold?
Which property is used to change the font of an element?
How do you make each word in a text start with a capital letter?
How do you display hyperlinks without an underline?
What are the correct CSS syntax for making all the <p> elements bold?
Which CSS property controls the text size?
Which CSS property is used to change the text color of an element?
How do you add a background color for all <h1> elements?
Which property is used to change the background color?
How do you insert a comment in a CSS file?
Which is the correct CSS syntax?
Which HTML attribute is used to define inline styles?
Which HTML tag is used to define an internal style sheet?
Where in an HTML document is the correct place to refer to an external style sheet?
What is the correct HTML for referring to an external style sheet?