Vidyalelo
CSS · all questions

CSS Properties, CSS Elements, CSS Functions and Tables
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

168

Questions

9/9

Page

Pick an option on a question to see the right answer and solution.

Which of the following property is used to set the background color of an element?

Select an option to see the answer and solution.

Which of the following property is used to set the background image of an element?

Select an option to see the answer and solution.

Which of the following property of a anchor element signifies unvisited hyperlinks?

Select an option to see the answer and solution.

Which of the following property of a table element specifies the width that should appear between table cells?

Select an option to see the answer and solution.

Which of the following property of a table element specifies whether the border should be shown if a cell is empty?

Select an option to see the answer and solution.

Which of the following construct specifies that a style takes precedence over any different, conflicting styles?

Select an option to see the answer and solution.

Which of the following element is used within the table element to define a caption?

Select an option to see the answer and solution.

In what direction does float will work?
img {
    float: right;
	}

Select an option to see the answer and solution.