Which of the following property sets the speaker’s voice used by a speech media agent to read an element?
A. voice-family
B. voice-check
C. voice-control
D. none of the mentioned
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?
A. voice-pitch
B. voice-range
C. voice-stress
D. none of the mentioned
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?
A. voice-volume
B. voice-pitch
C. voice-stress
D. voice-rate
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?
A. voice-check
B. voice-format
C. voice-pitch
D. voice-volume
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?
A. voice-volume
B. volume
C. !important
D. @media
Select an option to see the answer and solution.
Which of the following is not a appropriate value for voice-balance?
A. left
B. leftwards
C. up
D. centre
Select an option to see the answer and solution.
Which of the following is not a appropriate value for voice-rate?
A. slow
B. fast
C. medium
D. none of the mentioned
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?
A. line
B. padding
C. outline
D. border
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 ;
}
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
Select an option to see the answer and solution.
Which of the following property specifies the color of an outline?
A. color-outline
B. outline-color
C. outline-style-color
D. none of the mentioned
Select an option to see the answer and solution.
Identify the outline property that specifies the amount of area extended beyond the border box.
A. outset3d
B. inset
C. outset
D. inset3d
Select an option to see the answer and solution.
Which of the following value specifies a dashed outline?
A. dash
B. dashed
C. double-dash
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following property specifies the look and design of an outline?
A. outline-font
B. outline-style
C. outline-format
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following values specifies a 3D grooved outline?
A. initial
B. ridge
C. groove
D. groove3d
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 ;
}
A. Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
B. Box having dotted top outline, solid left outline, double bottom outline and dashed right outline
C. Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
D. Box having dotted bottom outline, solid left outline, double top outline and dashed left outline
Select an option to see the answer and solution.
Which of the following specifies the width of an outline?
A. outline-size
B. outline-width
C. outline-height
D. both a and b
Select an option to see the answer and solution.
Which of the following value specifies a solid outline?
A. bold
B. rock
C. solid
D. dashed
Select an option to see the answer and solution.
What does all media type is used for?
A. For use with all devices
B. For use with speech synthesizers
C. For use with handheld devices
D. For use with tactile Braille devices
Select an option to see the answer and solution.
What does projection media type is used for?
A. For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
B. For use with color computer screens
C. For use with handheld devices
D. For use with television-type devices
Select an option to see the answer and solution.
What does tty media type is used for ?
A. For use with low-resolution teletypes, terminals, or other devices with limited display capabilities.
B. For use with Braille printers.
C. For use with speech synthesizers.
D. For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
Select an option to see the answer and solution.