Vidyalelo
CSS · all questions

Basic CSS
practice.

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

92

Questions

3/5

Page

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

___________ describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese.

Select an option to see the answer and solution.

___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.

Select an option to see the answer and solution.

What will happen in this case?
h1 {color: red text-decoration: underline; font-style: italic;}

Select an option to see the answer and solution.

What will happen in this case?
h1 {color: "green";}

Select an option to see the answer and solution.

Which of the following is the correct way to applying style to a document?

Select an option to see the answer and solution.

What does screen media type is used for?

Select an option to see the answer and solution.

For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.

Select an option to see the answer and solution.

For document-Wide StyleCan easily control style document by document.State true or false.

Select an option to see the answer and solution.

For External Style Sheets in some cases when @import is used, the browser may cause a rendering “flash” under slow loading conditions.State true or false.

Select an option to see the answer and solution.

Which of the following measurement defines a measurement relative to a font’s x-height?

Select an option to see the answer and solution.

Which of the following measurement defines a measurement as a percentage?

Select an option to see the answer and solution.

Which of the following property sets the font size of text?

Select an option to see the answer and solution.

Which of the following property sets a variation of the specified or default font family?

Select an option to see the answer and solution.

Which of the following property defines labels for a list of items?

Select an option to see the answer and solution.

Which of the following property assigns a graphic image to a list item?

Select an option to see the answer and solution.

Which of the following property sets the amount of spacing between letters?

Select an option to see the answer and solution.

Which of the following CSS3 Color Feature can be used as a macro for whatever the current color is?

Select an option to see the answer and solution.

Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?

Select an option to see the answer and solution.

Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?

Select an option to see the answer and solution.

Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

Select an option to see the answer and solution.