___________ 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.
A. align
B. ruby
C. lang
D. text-align
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.
A. CSS 1
B. CSS 2
C. CSS 2.1
D. CSS 3
Select an option to see the answer and solution.
What will happen in this case?
h1 {color: red text-decoration: underline; font-style: italic;}
A. color: red, text-decoration: underline and font-style: italic all works
B. text-decoration: underline and font-style: italic works
C. color: red, text-decoration: underline works
D. only font-style: italic works
Select an option to see the answer and solution.
What will happen in this case?
h1 {color: "green";}
A. heading becomes green
B. heading becomes dark-green
C. error occors
D. nothings happen
Select an option to see the answer and solution.
Which of the following is the correct way to applying style to a document?
A. Use an external style sheet, either by importing it or by linking to it
B. Directly embed a document-wide style in the head element of the document
C. Set an inline style rule using the style attribute directly on an element
D. All of the mentioned
Select an option to see the answer and solution.
What does screen media type is used for?
A. For use with all devices
B. For use with handheld devices
C. For use with color computer screens
D. For use with television-type devices
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?
A. text-size
B. font-size
C. size
D. 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?
A. height
B. font-weight
C. default
D. font-variant
Select an option to see the answer and solution.
Which of the following property defines labels for a list of items?
A. list-style-type
B. list-style-image
C. list-style
D. none of the above
Select an option to see the answer and solution.
Which of the following property assigns a graphic image to a list item?
A. list-style-type
B. list-style-image
C. list-style
D. none of the above
Select an option to see the answer and solution.
Which of the following property sets the amount of spacing between letters?
A. space
B. line-height
C. letter-spacing
D. none of the mentioned
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?
A. CurrentColor keyword
B. HSLa Color
C. HSL Color
D. RGB Color
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?
A. RGB
B. RGBa
C. RGBaplha
D. AlphaRGB
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?
A. 6-Hex Color
B. 3-Hex Color
C. RGBS
D. RGBa
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?
A. HSLa Color
B. Commonly defined named colors
C. System Color Names
D. Specificationdefined named colors
Select an option to see the answer and solution.