CSE :: CSS - CS
- Which of the following property determines how much variation in pitch or tone will be created by the speech synthesize when reading an element?
- Which of the following property sets the speed at which the voice synthesized by a speech media agent will read content?
- 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?
- Which of the following property sets the volume for spoken content in speech media. It replaces the deprecated volume property?
- Which of the following is not a appropriate value for voice-balance?
- Which of the following is not a appropriate value for voice-rate?
- Which of the following property is used to draw a line around elements outside the borders?
-
Choose the option that correctly specifies the output of the following CSS.
span {
border: 1px solid red;
outline: green dotted thick;
}
- Which of the following property specifies the color of an outline?
- Identify the outline property that specifies the amount of area extended beyond the border box.
A.
All span elements will have a red border and a green dotted outline |
B.
All span elements will have a green thick border and a red outline |
C.
All span elements will have an outer red border and inner green dotted border |
D.
All span elements will have a outer green dotted border and an inner red border |