Classification: Internal Use
1)Brain trick - Of the options mentioned below, which one do you think is not
advantage of using CSS3 ?
Rule, style (all option)
2)To make the width of a table adjust to the current width of the viewer's browser
window, you should specify a table width of
1
3)External Style sheets can contain HTML Tags
False
4)The amount of space between letters can be specified using the __________
property in a style rule.
Letter spacing
5)What is "hgroup"?
Related – Ans
6)The CSS ______ property can be used to specify the background color of an
element
background-color
7)tag is placed in?
document head
8)How do you make each word in a text start with a capital letter?
capitalize
9)An external style sheet may be linked to an HTML document through which
element?
HTML LINK – Ans
10)Inline CSS uses which attribute of the HTML element?
Style – Ans
11)Padding property creates
Classification: Internal Use
space around the content
12)The __________ attribute can be added to most (X)HTML elements to identify the element as
belonging to a group of elements within an (X)HTML document..
Class
13)Which feature uses :: (double colon)?
Psedo elements
14)Which feature enables easy identification of corresponding style element?
Selectors
15)Applying style to a single specific HTML element can be best achieved through __________ type
selector
ID
16)Pseudo elements help in providing
Special
17)Which of the following selector matches the name of any element type?
Universal
18)The __________ pseudo-class can be used in a style rule to change the appearance of links that the
visitor has already clicked.
Visited
19)What is best way to overcome the default settings that comes with CSS?
create reset
20)In selectors, which one should not be used across for multiple tags?
Id
21)z-index only effects elements that have a position value other than
static
22)An element with position: relative; is positioned relative to
normal position
Classification: Internal Use
23)An element with position: fixed; is positioned relative
to viewport
24)HTML elements are positioned ___________ by default.
static
25)______ position elements don't move when the visitor scrolls the browser window up or down.
fixed
26)Which of the following is the value of overflow property?
All
27)The z-index property in CSS controls
Vertical
28)An element with greater stack order is always in
front
29)Stacking context is
three dimensinal z-axis
30)Opacity has a default initial value of
31)Which of the following is correct about Hex Code format of CSS colors?
All
32)If only one value is specified to border radius property,
four corners
33)Opacity is not inherited. Is this correct ?
True
34)Identify True or False - Lower the opacity value, the more opaque it is
False
35)Alpha channel in RGBA specifies the
Classification: Internal Use
Opacity
36)3D transform property is animatable. Is this true ?
False
37)CSS3 transforms allow you to _____________ elements
All
38)matrix(n,n,n,n,n,n)
2D
39)The transform-style property value flat
will not preserve
40)rotateX(angle)
3D along x axis
41)Using negative values in transforms will rotate the element
counter-clockwise
42)Transformation is an effect that lets an element change
All
43)The not keyword cannot be used to negate an individual feature query, only an entire media query
True
44)If the max-width property is set to 100%
The image will scale down
45)@media includes a block of CSS properties only if a certain condition is true.
Yes
46)Identify the animation Property
All
47)Identify the Transform property
backface and transform
Classification: Internal Use
48)The ________ operator is used for combining multiple media features together into a single media
query
and
49)A responsive grid-view often has
12 column and 100%
50)Which of these is not merit of External Style sheet
Extra
51)Which snippet of CSS is commonly used to center a website horizontally?
Margin 0 auto