CSS3 Basic Set 2

Which of the following method is considered the best approach to apply styles to your page ?

Which of the following special character is used to separate a property and value in CSS code ?

One of the following is not a valid element selector in CSS ?

By default all the hyperlinks created are underlined, How would be make all your hyperlinks appear without underline in html view ?

Which of the following css property would you use if you have to  Capitalizes the first letter of each word ?

Which of the following can be replace for the expanded css ?

div{
		background-color: #ff0000;
		background-image :  url('image.gif');
		background-repeat: repeat-x
		background-attachment: fixed;
		background-position : right bottom;
		}

 

How do you set text style to italic ?