Vidyalelo
CSS · all questions

CSS Text, Borders and Images
practice.

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

153

Questions

2/8

Page

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

Which of the following property sets the speaker’s voice used by a speech media agent to read an element?

Select an option to see the answer and solution.

Which of the following property determines how much variation in pitch or tone will be created by the speech synthesize when reading an element?

Select an option to see the answer and solution.

Which of the following property sets the speed at which the voice synthesized by a speech media agent will read content?

Select an option to see the answer and solution.

Which of the following property sets pitch or tone (high or low) for the synthesized speech when reading an element; the pitch may be specified absolutely or relative to the normal pitch for the voice-family used to read the text?

Select an option to see the answer and solution.

Which of the following property sets the volume for spoken content in speech media. It replaces the deprecated volume property?

Select an option to see the answer and solution.

Which of the following is not a appropriate value for voice-balance?

Select an option to see the answer and solution.

Which of the following is not a appropriate value for voice-rate?

Select an option to see the answer and solution.

Which of the following property is used to draw a line around elements outside the borders?

Select an option to see the answer and solution.

Choose the option that correctly specifies the output of the following CSS.
span {
	border: 1px solid red;
	outline: green dotted thick;
     }

Select an option to see the answer and solution.

Which of the following property specifies the color of an outline?

Select an option to see the answer and solution.

Identify the outline property that specifies the amount of area extended beyond the border box.

Select an option to see the answer and solution.

Which of the following value specifies a dashed outline?

Select an option to see the answer and solution.

Which of the following property specifies the look and design of an outline?

Select an option to see the answer and solution.

Which of the following values specifies a 3D grooved outline?

Select an option to see the answer and solution.

Select the output of the following CSS.
div {
	border-width: 5px;
	border-style: dotted solid double dashed;
     }

Select an option to see the answer and solution.

Which of the following specifies the width of an outline?

Select an option to see the answer and solution.

Which of the following value specifies a solid outline?

Select an option to see the answer and solution.

What does all media type is used for?

Select an option to see the answer and solution.

What does projection media type is used for?

Select an option to see the answer and solution.

What does tty media type is used for ?

Select an option to see the answer and solution.