Correct Answer:
Impacts
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Visual viewport
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Direct.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CSS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline, external
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Text-align
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A:hover {...}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transform: translateY(-100px)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Background-image: url('wood.png');
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transform: rotate(-30deg);
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Font-size: smaller;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Margin, padding, border, width, height
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
When two selectors apply to the same element, the one with lower specificity wins.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Section > p
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Header {...}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Style the state of the selected element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Background-color: rgba(0, 0, 0, 0.5);
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
input[type="text"]:not([disabled]) {...}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Box-shadow
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Img#photo:hover {transform: scale(0.5);}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The first column is twice as wide as the second column and will fit proportionally within the grid container
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The background image is placed 10% from the left and 50% from the top of its container
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.element {cursor: pointer;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Letter-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
By using an HTML link element referring to a Google-provided CSS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is not always a free service.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It should be the last one on the list.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Font-weight: 700;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Selector; property
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
"*" character
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.header.clear {}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Background-color: rgba(170,170,170,0.2);
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A:visited
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
!important
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Recommendation
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is easier to add multiple styles through it.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Images
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Content appearance
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Under the User Agent Stylesheet section on the right
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
800 x 400 pixels
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To load custom fonts into stylesheet
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
None
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In CSS3, the double colon notation (::) was introduced to differentiate pseudo-elements from pseudo-classes. However, modern browsers support both formats. Older browsers such as IE8 and below do not.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is used to format the appearance of placeholder text within a form control.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.logo { position: absolute; left: 100px; top: 150px; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A[title]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The left margin value is equal to 5% of its parents element's width plus 5px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Position: absolute;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Padding: 10px 10px 0px 0px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Margin adds space around an element; padding adds space inside of an element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Only one class value can be assigned to an element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a[href^="#"]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
50px, 150px, 300px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Normal; bold
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Icon fonts can be styled with typography-related properties such as font-size and color.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Display:none hides the element from view and removes it from the normal flow of the document. visibility:hidden will hide the element but maintains the space it previously occupied.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Icon fonts can be styled with typography related properties such as font-size and color.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Important declarations in user stylesheets
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Flex-flow: column; or flex-direction: column
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
2rem
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The top left corner of the element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Border-radius: 10px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The rem unit is relative to the font-size of the root element of the page.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
P::first-letter { color: red; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Print, screen, speech
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Indefinitely, vertically, and horizontally
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The viewport
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Use fill to set the color inside the object and stroke to set the color of the border.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The color of the link will display as pink while the link is being clicked but before the mouse click is released.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SVGs can be created as a vector graphic or coded using SVG specific elements such as
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The value of 20px will set the line-height to 20px. The value of 2 will set the line-height to twice the size of the corresponding font-size value.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Larger z-index values appear on top of elements with a lower z-index value. Negative and positive numbers can be used. z-index can only be used on positioned elements.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Position
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Classes can be used multiple times per page but not within the same element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To control the height of the space between two lines of content
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Opacity specifies the level of transparency of an element, including its content. Background with an rgba() value applies transparency to the background color only.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Use the "clearfix hack" on the parent element or use the overflow property with a value other than "visible."
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A[title]{...}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
and
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
100 to 900
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A declaration, but not a definition
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Color depth
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Four
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Position
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Hexadecimal value
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Style sheet
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
1-column
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Styl
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CSS pixel
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
vertical-align: super
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The dimensions of the page area are the dimensions of the page box minus the margin area.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
normal, italic, oblique
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
family name and/or generic family<br>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@media screen, print { span.med{font-weight:bold} }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Image bar.gif will be tiled vertically in the background in the center of the page.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
When font size is set to 100pt, the height of the letter 'x' will be 46pt
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
expanded
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
orphans
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Statement 1 is correct but statement 2 is incorrect
Note: This Question is unanswered, help us to find answer for this one
How is it possible to simplify these styles?
font-family: Georgia;
line-height: 1.4;
font-weight: normal;
font-stretch: normal;
font-variant: small-caps;
font-size: 16px;
Correct Answer:
font: normal small-caps normal 16px/1.4 Georgia;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color-index
aspect-ratio
orientation
color
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
-opera-
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Padding is the space between content and the border of element.
Margin is the space outside of border.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
In CSS tables, the possible values for the caption-side property can have the following values.
Correct Answer:
A. top, bottom, left or right
Note: This Question is unanswered, help us to find answer for this one
What is the correct way to select every 4th paragraph?
Correct Answer:
p:nth-of-type(4n)
Note: This Question is unanswered, help us to find answer for this one
Which of the following are multi-column properties? (choose all that apply)
Correct Answer:
column-rule
Note: This Question is unanswered, help us to find answer for this one
How can you define custom fonts?
Correct Answer:
@font-face { font-family: Custom-Form; src: url(custom_font.woff); }
Note: This Question is unanswered, help us to find answer for this one
How can you resize a background image using CSS3?
Correct Answer:
background-size: 80px 60px;
Note: This Question is unanswered, help us to find answer for this one
The ......................... property allows you to specify the distance between the list and the text relating to the list.
Correct Answer:
C. marker-offset
Note: This Question is unanswered, help us to find answer for this one
You can set a border-box for all Elements using the following code?
Correct Answer:
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
Note: This Question is unanswered, help us to find answer for this one
The following Style is applied to - div.wrapper h2 { font-size: 18px; margin-top: 0; }
Correct Answer:
Type 2 Heading inside Element div of class wrapper.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is correct CSS syntex for using font property?
Correct Answer:
B. <p style="font-style: italic font-weight: bold font-size: 15px;"> ................... </p>
Note: This Question is unanswered, help us to find answer for this one
Using the following code how can you remove the bottom margin from .float-wrapper?
Correct Answer:
.float-wrapper { margin-bottom:0; }
Note: This Question is unanswered, help us to find answer for this one
Which of these selectors are right for this paragraph? Hello!
Correct Answer:
p[class^=“styled”]
Note: This Question is unanswered, help us to find answer for this one
How to set a grid element in CSS3?
Correct Answer:
display: grid;
Note: This Question is unanswered, help us to find answer for this one
State whether the statement is/are True. i) font-family property is used to change the face of a font. ii) font-variant property is used to create small-caps effects.
Correct Answer:
C. i-True, ii-True
Note: This Question is unanswered, help us to find answer for this one
Which of these values are not valid for position property?
Correct Answer:
All of these values are valid
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT correct?
Correct Answer:
The a in RBGa stands for alpha.
Note: This Question is unanswered, help us to find answer for this one
How do you set opacity of background-color to 50%?
Correct Answer:
background-color: rgba(0, 191, 255, 0.5);
Note: This Question is unanswered, help us to find answer for this one
Which property specifies the stack order of an element?
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Which of the following are valid media types for media query? Check all that apply.
Correct Answer:
all
print
screen
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What does the background-origin property specifies?
Correct Answer:
allows you to add multiple background images for an element.
Note: This Question is unanswered, help us to find answer for this one
What does the CSS3 style grid-column-start: 2; does?
Correct Answer:
Starts grid item from second column
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a valid font descriptor?
Correct Answer:
Unicode
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a valid media feature supported in media query?
Correct Answer:
Background-color
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to use border property?
Correct Answer:
border: 5px solid red;
Note: This Question is unanswered, help us to find answer for this one
Which of the following is valid for grid-column-start: 3 ?
Correct Answer:
Starts grid item from third column
Note: This Question is unanswered, help us to find answer for this one
What are the Full-length Properties?
Correct Answer:
border-top-width: thin; border-right-height: medium; border-bottom-height: thin; border-left width: medium;
Note: This Question is unanswered, help us to find answer for this one
Which of the given css code satisfies the following? Selects all elements that are placed immediately after a element.
Correct Answer:
div + p
Note: This Question is unanswered, help us to find answer for this one
What does a pseudo-class represents?
Correct Answer:
Dynamic Events
Note: This Question is unanswered, help us to find answer for this one
Which of the following selector is used to specify a style for a single, unique element?
Correct Answer:
Id
Note: This Question is unanswered, help us to find answer for this one
What is right way to transform text to uppercase?
Correct Answer:
text-transform: uppercase;
Note: This Question is unanswered, help us to find answer for this one
Which property can be used to increase or decrease the space between words?
Correct Answer:
Word-spacing
Note: This Question is unanswered, help us to find answer for this one
Which of the following are correct about Web fonts? Check all that apply.
Correct Answer:
Both of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following css property will specify the gap between the columns?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
How do you make each word in a text start with a capital letter?
Correct Answer:
text-transform:capitalize
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to add multiple background images to an element?
Correct Answer:
Both 2 and 3
Note: This Question is unanswered, help us to find answer for this one
In descendant selector, style is applied to element based on ____ .
Correct Answer:
whether element have sub element or not.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a valid 3D transform method?
Correct Answer:
perspective3d()
Note: This Question is unanswered, help us to find answer for this one
The box model in CSS is made up of :
Correct Answer:
Margin, border, padding, content
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties can be used to add shadow to elements?
Correct Answer:
Both 1 and 2
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a valid 2D transformation method?
Correct Answer:
rotateX()
Note: This Question is unanswered, help us to find answer for this one
Which of the following are true about Flexible Box? Check all that apply.
Correct Answer:
Flexbox consists of flex containers and flex items.
Inside a flex container there is one or more flex items.
The align-items property vertically aligns the flexible container's items when the items do not use all available space on the cross-axis.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following code is invalid for Font Size?
Correct Answer:
p { font-size: 1 ex; }
Note: This Question is unanswered, help us to find answer for this one
Which of the following are valid selectors? Check all that apply.
Correct Answer:
p:empty
p:last-of-type
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is correct of Floating Elements?
Correct Answer:
Floating an element allows you to take that element out of normal flow and position it to the far left or right of a containing box
The Floated element becomes a block-level element around which other content can flow
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is the right way to skew text horizontal in left direction on 30 degrees?
Correct Answer:
transform: skewX(30deg);
Note: This Question is unanswered, help us to find answer for this one
Which of these values are not valid for display property?
Correct Answer:
inline-list-item
Note: This Question is unanswered, help us to find answer for this one
Which of these color definition is wrong?
Correct Answer:
None of these
Note: This Question is unanswered, help us to find answer for this one
What does the following css code indicate? columns: 2 auto;
Correct Answer:
Both of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following is True about responsive design of Media Queries?
Correct Answer:
@media (min-width: 800px) { body { background: white; } } @media (min-width: 401px) and (max-width: 799px) { body { background: black; } } @media (max-width: 400px) { body { background: blue; } }
Note: This Question is unanswered, help us to find answer for this one
How to select which placed immediately after ?
Correct Answer:
div > p
Note: This Question is unanswered, help us to find answer for this one
Using the following code you will empty-cells of table?
Correct Answer:
empty-cells : show | hide
Note: This Question is unanswered, help us to find answer for this one
Which of these selectors has the largest “weight”?
Correct Answer:
#your div#awesome
Note: This Question is unanswered, help us to find answer for this one
Which of the following is correct about the difference between "rem" and "px" for font sizes?
Correct Answer:
"rem" depends on the body's font size.
Note: This Question is unanswered, help us to find answer for this one
Which of the following statement is right?
Correct Answer:
Both of the above
Note: This Question is unanswered, help us to find answer for this one
Pseudo-classes can be used to
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following selector matches a particular element only when it lies inside a particular element?
Correct Answer:
The Descendant Selector
Note: This Question is unanswered, help us to find answer for this one
Which of the following are the newly introduced background properties in CSS3?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
The ..................... specifies whether a border should be solid, dashed line, doted line, double line, groove etc.
Correct Answer:
C. border-style
Note: This Question is unanswered, help us to find answer for this one
Which of the following are valid properties for flex-container? Check all that apply.
Correct Answer:
flex-wrap
flex-flow
align-items
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Internet Explorer uses ....................... property to create transparent images.
Correct Answer:
B. filter: alpha(opacity=x)
Note: This Question is unanswered, help us to find answer for this one
The ...................... property allows to specify how much space appear between the content of an element and it's border.
Correct Answer:
C. Padding
Note: This Question is unanswered, help us to find answer for this one
A CSS pseudo-class is a keyword added to selectors that specifies a special state of the element to be?
Correct Answer:
selected
Note: This Question is unanswered, help us to find answer for this one
Screen Resolution refers to the number of dots a screen shows per?
Correct Answer:
Inch
Note: This Question is unanswered, help us to find answer for this one
The ................... property indicates whether a cell without any content should have a border displayed.
Correct Answer:
B. empty-cells
Note: This Question is unanswered, help us to find answer for this one
Liquid _____ designs stretch and contract as the user increases or decreases the size of their browser window?
Correct Answer:
layout
Note: This Question is unanswered, help us to find answer for this one
How can we use Multiple backgrounds using the following code?
Correct Answer:
background-image: url(bg1.png), url(bg2.png); background-repeat: no-repeat, repeat-y; background-attachment: fixed, fixed; background-position: right bottom, top left;
Note: This Question is unanswered, help us to find answer for this one
Which of these values are not valid for background-repeat property?
Correct Answer:
repeat-xy
Note: This Question is unanswered, help us to find answer for this one
Pixels are relative to the resolution of the screen, so the same type size will look larger when a screen has a resolution of __ than it would when it is 1280x800?
Correct Answer:
800x600
Note: This Question is unanswered, help us to find answer for this one
The text-indent property allows you to indent the first ____ of text within an element?
Correct Answer:
Line
Note: This Question is unanswered, help us to find answer for this one
Which of the following code is correct about Inset Border?
Correct Answer:
.border:hover { box-shadow: inset 0 0 0 25px #53a7ea; }
Note: This Question is unanswered, help us to find answer for this one
How can you create rounded corners using CSS3?
Correct Answer:
border-radius: 30px;
Note: This Question is unanswered, help us to find answer for this one
What is right way to set padding top 25px and padding left 15px?
Correct Answer:
padding: 25px 0 0 15px;
Note: This Question is unanswered, help us to find answer for this one
Which of these property prefix doesn’t exists?
Correct Answer:
-opera-
Note: This Question is unanswered, help us to find answer for this one
Which of the following css will divide the text in the div element into 3 columns?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following CSS works for “the gradient to start at the bottom left corner and go to the top right corner”
Correct Answer:
.gradient { background-image: linear-gradient( to top right, red, #f06d06 ); }
Note: This Question is unanswered, help us to find answer for this one
Which of these statements are true?
Correct Answer:
A block-level element always starts on a new line and takes up the full width available.
An inline element does not start on a new line and only takes up as much width as necessary.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
The different ways to associate styles with a HTML document is/are
Correct Answer:
D. All of the above
Note: This Question is unanswered, help us to find answer for this one
Fixed width layout designs do not change size as the user increases or decreases the size of their _____ window?
Correct Answer:
browser
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a valid pseudo-class?
Correct Answer:
:text
Note: This Question is unanswered, help us to find answer for this one
Element that Currently has the user’s mouse pointer hovering over it represents one of the following Pseudo Class.
Correct Answer:
A. :hover
Note: This Question is unanswered, help us to find answer for this one
The following syntax to set margin around a paragraph will make- p{margin:10px 2%}
Correct Answer:
A. Top and bottom margin will be 10px and left and right margin will be 2% of the total width.
Note: This Question is unanswered, help us to find answer for this one
Following Style is applied to - .wrapper h2#sub { font-size: 18px; margin-top: 0; }
Correct Answer:
A. Div Element with class wrapper and Type 2 Heading inside it with ID sub.
Note: This Question is unanswered, help us to find answer for this one
State True of False for the CSS table properties. i) The border-spacing specifies the width that should appear between table rows. ii) The empty-cells specifies whether the border should be shown if a cell is empty.
Correct Answer:
B. i-False, ii-True
Note: This Question is unanswered, help us to find answer for this one
Which of the following is used to represent unvisited hyperlink.
Correct Answer:
A. :link
Note: This Question is unanswered, help us to find answer for this one
Fonts such as Times New Roman which have spaces in between must be wrapped inside __ .
Correct Answer:
A. Quotation Mark
Note: This Question is unanswered, help us to find answer for this one
We write single __ before the pseudo-class property.
Correct Answer:
A. Colon
Note: This Question is unanswered, help us to find answer for this one
How many type faces inside property "font-family" ?
Correct Answer:
C. No Limit
Note: This Question is unanswered, help us to find answer for this one
The CSS links properties are
Correct Answer:
A. :link, :visited, :hover, :active
Note: This Question is unanswered, help us to find answer for this one
The ............... rule is used to make sure that the property always be applied whether another property appears in CSS.
Correct Answer:
C. !important
Note: This Question is unanswered, help us to find answer for this one
Which of the following is/are the valid syntax for CSS pseudo classes.
Correct Answer:
C. Both A and B
Note: This Question is unanswered, help us to find answer for this one
What does the A stand for in RGBA?
Correct Answer:
Alpha
Note: This Question is unanswered, help us to find answer for this one
How do you add shadow to elements in CSS3?
Correct Answer:
box-shadow: 10px 10px 5px grey;
Note: This Question is unanswered, help us to find answer for this one
Which of the following code is incorrect about Gradients Syntax?
Correct Answer:
None of the above
Note: This Question is unanswered, help us to find answer for this one
A block-level element can be placed into inline elements.
Correct Answer:
column-rule
Note: This Question is unanswered, help us to find answer for this one
CSS3's border-radius property and border-collapse:collapse do not mix. How can border-radius be used to create a collapsed table with rounded corners?
Correct Answer:
By using border-collapse: collapse
By using border-collapse: collapse
By removing border-collapse:
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Why is it not possible to unite webkit-border-radius and -moz-border-radius?
Correct Answer:
-webkit- and -moz- are vendor-specific prefixes and are not standard CSS3 properties.
Note: This Question is unanswered, help us to find answer for this one
What should be the output of following code? input[type="radio"]:checked + label { background-color:#000; }
Correct Answer:
Black background color apply on checked label only
Note: This Question is unanswered, help us to find answer for this one
What will happen if the cursor property value is set to none?
Correct Answer:
No cursor will be displayed.
Note: This Question is unanswered, help us to find answer for this one
Consider the following code snippet: <div id="sectors"> <div id="A" class="A"></div> <div id="B" class="B"></div> <div id="C" class="C"></div> <div id="D" class="D"></div> <div id="E" class="E"></div> </div> With these style rules: <style> #sectors > div { float: left; position: relative; width: 80px; height: 80px; margin: 16px; background-color:red; color: white; text-align: center; } #sectors > div::after { content: attr(id) '-Block'; } #sectors > div.changecolor { background-color: blue; } </style> Which of the following code snippets when inserted into CSS will change the A and B div’s color from red to blue?
Correct Answer:
In style rule add this code “#sectors > div:not(.C):not(.D):not(.E) {background-color: blue;}”
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid syntax for the <link> element in HTML5?
Correct Answer:
<link rev="stylesheet" href="abc.css" type="text/css" target="_parent">
Note: This Question is unanswered, help us to find answer for this one
If the nav-index property of textbox1 is set to 10, textbox2 to 5, and textbox3 to 8, what will be the navigation order?
Correct Answer:
textbox2, textbox3 ,textbox1
Note: This Question is unanswered, help us to find answer for this one
Consider the following HTML/CSS3 code:
HTML:
<div id="nav"><a href="#">Test</a></div>
CSS:
#nav a {
background-color: #FF0;
}
#nav a:hover {
background-color: #AD310B;
-webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;
}
What will happen when the link is hovered?
Correct Answer:
The link background will fade in and change his color to #AD310B.
Note: This Question is unanswered, help us to find answer for this one
Consider the following HTML/CSS3 code:
HTML:
<div id="nav"><a href="#">Test</a></div>
CSS:
#nav a {
background-color: #FF0;
}
#nav a:hover {
background-color: #AD310B;
-webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;
}
What will happen when the link is hovered?
Correct Answer:
Yes, but only headings.
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the transitions property?
Correct Answer:
all 0
Note: This Question is unanswered, help us to find answer for this one
Suppose there are 16 <div>
elements and a style needs to applied only on every 4th element. Which of the following is correct?
Correct Answer:
div:nth-child(4), div:nth-child(8), div:nth-child(12), div:nth-child(16) { }
Note: This Question is unanswered, help us to find answer for this one
What is the best method to select all elements except for the last one in an unordered list?
Correct Answer:
Using li:not(:last-child) css selector
Note: This Question is unanswered, help us to find answer for this one
What will be the output of the following code?
<style>
.foo {
width:100px;
height:50px;
border-width:3px;
-webkit-border-image:
-webkit-gradient(linear, 0 0, 0 100%, from(black), to(red)) 1 100%;
-webkit-border-image:
-webkit-linear-gradient(black, red) 1 100%;
-o-border-image:
-o-linear-gradient(black, red)) 1 100%;
-moz-border-image:
-moz-linear-gradient(black, red) 1 100%;
}
</style>
<div class="foo">Lorem</div>
Correct Answer:
The border of div element will be colored black-red.
Note: This Question is unanswered, help us to find answer for this one
Which statement is correct given the following? box-shadow:30px 20px 10px 5px black;
Correct Answer:
The position of the vertical black shadow is 30px and the position of the horizontal black shadow is 20px and size of shadow is 10px and blur distance is 5px.
Note: This Question is unanswered, help us to find answer for this one
Which of the following styles is valid?
Correct Answer:
order: none;
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the best way to center a div element?
Correct Answer:
Apply 'margin:0 auto' to the element you want to center.
Note: This Question is unanswered, help us to find answer for this one
Which of the following code is appropriate to flip any background image?
Correct Answer:
div { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; width: 32px; height: 32px; background: url(http://www.gravatar.com/avatar/5cce99e9bf6154703d8ecdf474a750bd?s=32&d=identicon&r=PG) no-repeat; }
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid page break?
Correct Answer:
page-break-outside
Note: This Question is unanswered, help us to find answer for this one
Is it possible to use transition animations with a gradient background?
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid value for the font-smooth property?
Correct Answer:
normal
Note: This Question is unanswered, help us to find answer for this one
Which of the following requirements must be met in order to add noise to the background using CSS3?
Correct Answer:
It not possible to add noise to a background using CSS3.
Note: This Question is unanswered, help us to find answer for this one
Can a percentage value be given in a ruby-align property?
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Is it possible to format numbers with CSS?
Correct Answer:
No, CSS cannot be used for that purpose.
Note: This Question is unanswered, help us to find answer for this one
The min-width property cannot be applied to the following element:
Correct Answer:
table row
Note: This Question is unanswered, help us to find answer for this one
What is true about the background-clip property?
Correct Answer:
All are correct.
Note: This Question is unanswered, help us to find answer for this one
What is the initial value of the marquee-speed property?
Correct Answer:
normal
Note: This Question is unanswered, help us to find answer for this one
Consider the following font definition: font-weight:normal What is the other way of getting the same result?
Correct Answer:
font-weight:400
Note: This Question is unanswered, help us to find answer for this one
Using height on transitions is not possible with:
Correct Answer:
height:100%
Note: This Question is unanswered, help us to find answer for this one
While rendering the following code, what is the role of "src" propery? @font-face { font-family: "calibriforh1"; src: local("calibri"), url(calibri.woff); } h1 { font-family: "calibriforh1", arial, sans-serif; }
Correct Answer:
It's for searching the user's system for a "calibri" font, and if it does not exist, it will load the font from the server instead.
Note: This Question is unanswered, help us to find answer for this one
Which of the given options is/are equivalent to the following rule? DIV { line-height: 1.2; font-size: 10pt }
Correct Answer:
DIV { line-height: 1.2em; font-size: 10pt }
Note: This Question is unanswered, help us to find answer for this one
To make childdiv vertically center of given code, what should the "display" property of parentdiv and childdiv be? #parentdiv { width: 200px; height: 400px; vertical-align: middle; } #childdiv { width: 100px; height: 50px; }
Vertical Center
Correct Answer:
display:table-cell; for parentdiv and display:inline-block; for childdiv
Note: This Question is unanswered, help us to find answer for this one
What is the initial value of the hyphens property?
Correct Answer:
manual
Note: This Question is unanswered, help us to find answer for this one
What is the initial value of the opacity property?
Correct Answer:
1
Note: This Question is unanswered, help us to find answer for this one
Read the following: @page rotated {size: landscape} TABLE {page: rotated; page-break-before: right} What will this code do?
Correct Answer:
It will put all tables on a right-hand side landscape page.
Note: This Question is unanswered, help us to find answer for this one
Suppose that a <tr> tag has 10 <td> tags. In this case which statement is correct given the following?
td:nth-child(3n+0){
background-color: orange;
}
Correct Answer:
The background color of every third td will be orange.
Note: This Question is unanswered, help us to find answer for this one
What is the range of values (in decimal notation) that can be specified in the RGB color model?
Correct Answer:
0 to 255
Note: This Question is unanswered, help us to find answer for this one
What is the difference between float:left; vs display:inline-block; ?
Correct Answer:
There is no difference, both of them have the same results.
Note: This Question is unanswered, help us to find answer for this one
Which one of the following is appropriate to mirror/flip text by using CSS3?
Correct Answer:
.mirror_text{ -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
Note: This Question is unanswered, help us to find answer for this one
Is it possible to combine a background image and CSS3 gradients?
Correct Answer:
It is possible only when "background-image" is used.
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties allow percentages in their value fields?
Correct Answer:
font-size
Note: This Question is unanswered, help us to find answer for this one
Problem to solve: Need to use attribute selector in css to change link on different color and image. The following code is not working correctly: ... <style> a { display: block; height: 25px; padding-left: 25px; color:#333; font: bold 15px Tahoma; text-decoration: none; } a[href='.pdf'] { background: red; } </style> ..... <a href="/manual.pdf">A PDF File</a> Which of the following code snippets will correct issue?
Correct Answer:
a[href$='.pdf'] { /*css*/ }
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the transform-style property?
Correct Answer:
flat
Note: This Question is unanswered, help us to find answer for this one
What is the maximum value that can be given to the voice-volume property?
Correct Answer:
100
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true with regard to CSS3 transitions?
Correct Answer:
None of these.
Note: This Question is unanswered, help us to find answer for this one
Which of the following are not valid values for the target-new property?
Correct Answer:
parent
Note: This Question is unanswered, help us to find answer for this one
What is the initial value of the font-size property?
Correct Answer:
medium
Note: This Question is unanswered, help us to find answer for this one
There are various types of input fields in a HTML page. Choose the appropriate CSS3 code which will have an effect on all inputs, except checkbox and radio.
Correct Answer:
input:not([type="radio & checkbox"]) { }
Note: This Question is unanswered, help us to find answer for this one
Consider the following problem: When trying to apply a CSS3 style to a label of a checked radio button like this: .... <style> label:checked { font-weight: bold; } </style> .... <input type="radio" id="rad" name="radio"/> <label for="rad">A Label</label> This does not produce the desired effect. Which of the following snippets will correct issue?
Correct Answer:
input[type="radio"]:checked+label{ font-weight: bold; }
Note: This Question is unanswered, help us to find answer for this one
Which of the following will create a triangle effect using pure CSS3 on a white background, without making use of background images?
Correct Answer:
border-color: #a0c7ff #ffffff #ffffff #ffffff; border-style: solid; border-width: 20px; width: 0px; height: 0px;
Note: This Question is unanswered, help us to find answer for this one
Which of the following styles is not valid for an image?
Correct Answer:
img { float: left here }
Note: This Question is unanswered, help us to find answer for this one
Consider the following code: body { text-replace: "a" "b" "b" "c" } What will be the output of the following string if the text-replace style is implemented? andy lives behind cafe
Correct Answer:
andy lives behind cafe
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the animation-direction property?
Correct Answer:
normal
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties specifies the minimum number of lines of a paragraph that must be left at the bottom of a page?
Correct Answer:
orphans
Note: This Question is unanswered, help us to find answer for this one
Which of the following will apply a black inner glow with 25% opacity to a page element?
Correct Answer:
box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
Note: This Question is unanswered, help us to find answer for this one
Consider the following code: border-opacity:0.7; Given a div element that needs to have a transparent red border, which of the following code samples will work in conjunction with the code above to accomplish the requirement?
Correct Answer:
border: 1px solid rgba(255, 0, 0, 0.7);
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the initial value for the column-fill property?
Correct Answer:
balance
Note: This Question is unanswered, help us to find answer for this one
Which of the following can be used to add a shadow around the div element below?
<div>Lorem ipsum</div>
Correct Answer:
box-shadow: 0 0 8px 2px #888;
Note: This Question is unanswered, help us to find answer for this one
What will happen if the pause property is used as follows? h2 { pause: 40s 60s }
Correct Answer:
pause-before will be set to 40 seconds and pause-after will be set to 60 seconds.
Note: This Question is unanswered, help us to find answer for this one
Which of the following will decrease 50px from a DIV element whose width is 100%?
Correct Answer:
width: calc(100% - 50px);
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid value for the font-stretch property?
Correct Answer:
semi-narrower
Note: This Question is unanswered, help us to find answer for this one
To apply style on every input element except text, which of the following selectors should be used?
Correct Answer:
input:not([type="text"])
Note: This Question is unanswered, help us to find answer for this one
State whether the following statement is true or false. If a parent element display property is set to none, its children too will not be rendered.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
For the clear property, which of the following values is not valid?
Correct Answer:
top
Note: This Question is unanswered, help us to find answer for this one
Given the following problem:
A drop shadow needs to appear only at the bottom, and no images should be used.
Consider the following code:
-moz-box-shadow: 0px 4px 4px #000;
-webkit-box-shadow: 0px 4px 4px #000;
box-shadow-bottom: 5px #000;
However, this produces shadows on the rest of the element.
Which of the following code snippets will correct the issue?
Correct Answer:
-webkit-box-shadow: 0 4px 4px -2px #000000; -moz-box-shadow: 0 4px 4px -2px #000000; box-shadow: 0 4px 4px -2px #000000;
Note: This Question is unanswered, help us to find answer for this one
Consider the following code:
div[class^="stronger"] { }
{em
...
}
Which of the following statements is true?
Correct Answer:
It applies the rule only on divs who belong to a class that begins with "stronger".
Note: This Question is unanswered, help us to find answer for this one
Which of the following will apply a gradient transition to #DemoGradient using CSS3?
Correct Answer:
#DemoGradient{ background: -webkit-linear-gradient(#C7D3DC,#5B798E); background: -moz-linear-gradient(#C7D3DC,#5B798E); background: -o-linear-gradient(#C7D3DC,#5B798E); background: linear-gradient(#C7D3DC,#5B798E); -webkit-transition: background 1s ease-out; -moz-transition: background 1s ease-out; -o-transition: background 1s ease-out; transition: background 1s ease-out; background-size:1px 200px; border-radius: 10px; border: 1px solid #839DB0; cursor:pointer; width: 150px; height: 100px; } #DemoGradient:Hover{ background-position:100px; }
Note: This Question is unanswered, help us to find answer for this one
What is true about Not Equal (! =) selector in CSS3 ?
Correct Answer:
It’s not possible in css3.
Note: This Question is unanswered, help us to find answer for this one
The color in three digit RGB notation is #fb0. What will be its equivalent six digit color code?
Correct Answer:
#ffbb00
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the best implementation of a continously rotating animated image in CSS3?
Correct Answer:
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
#rotating img
{
-webkit-animation-name: rotate;
-webkit-animation-duration: 0.5s;
-webkit-animation-iteration-count: infinite;
-webkit-transition-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
Note: This Question is unanswered, help us to find answer for this one
Which of the following will add a border to a div element, without adding to its size in pixels?
Correct Answer:
div{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100px;
height:100px;
border:20px solid red;
background:green;
margin:10px;
}
div + div{
border:10px solid red;
}
Note: This Question is unanswered, help us to find answer for this one
The sans-serif generic font-family is characterized by:
Correct Answer:
Stroke endings that are plain without any flaring, cross stroke, or other ornamentation.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the best implementation of a continuously rotating animated image in CSS3?
Correct Answer:
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
#rotating img
{
-webkit-animation-name: rotate;
-webkit-animation-duration: 0.5s;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit- ANIMATION -timing-function: linear;
-moz-ANIMATION-timing-function: linear;
}
Note: This Question is unanswered, help us to find answer for this one
What will the following code produce?
@font-face {
Font-family: “DejaVu Sans”;
src: url(“fonts/DejaVuSans.ttf”);
}
@font-face {
Font-family: “DejaVu Sans”;
Src: url(“fonts/DejaVuSans-Bold.ttf”);
Font-weight: bold;
}
@font-face {
Font-family: “Dejavu Sans”;
Src: url(“fonts/dejaVuSans-Oblique.ttf”);
Font-style: italic, oblique;
}
@font-face {
Font-family: “DejaVu Sans”;
Src: url(“fonts/DejaVuSans-bold0bliqu.ttf”);
Font-weight: bold;
Font-style: italic, oblique;
}
Correct Answer:
Multiple @font-face rules added.
Note: This Question is unanswered, help us to find answer for this one
Which of the following filters does SVG support?
Correct Answer:
SVG supports only CSS filters.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Hover state
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background: blue url(http://example.com/img.png) no-repeat;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div { background: url(img_flwr.gif); background-size: 80px 60px; background-repeat: no-repeat; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
0
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p:first-child
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
word-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-weight:100
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div > p
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You go through the company's past invoices looking for information on that specific item
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both of the other answers are correct.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Select the child of the element it follows
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-decoration
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@import
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:first-child
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is a pre-planned libraries, which allows easier and more standards-compliant webpage styling, using CSS language.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-image : ;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XML/HTML documents
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-size :
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
# sign
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
to specify the indentation of the first line of a text
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
16px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div[style]{}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body { width: 90%; margin: 0 auto; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margin: 0 auto;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No effect
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Relative
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
media="(width: 480px)"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border: none;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
style="float:left;"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
using respond.js
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
img { float: top-corner next-page; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
stroke endings that are plain without any flaring, cross stroke, or other ornamentation.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position: absolute
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specifies a sound to be played before speaking an element's content
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.main div {background: black;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
it increases the distance between it and its container.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
padding:3px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.className (period followed by the class name)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-family:
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:visited
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
top, right, left, bottom
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 h2 h3 h4 h5 h6
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.className { ... }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-right: 1px solid currentColor;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
left
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
word-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
right
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Sets the direction where the sound should come from
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
image-orientation
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline style setting in an HTML tag
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:nth
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
first
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
17,124
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h-shadow
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
7
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
fit
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
invisible layers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
column-count
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:link { } , a:visited { } , a:hover { } , a:active { }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
130px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-decoration: strike-through
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Would specify different borders for different sides
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
relevant tag
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
visibility: none
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
table { display: table-column-grouped; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h2 + p { }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
When the rules are equal in specificity.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#menu .text { ... }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The left border will have a thickness of 3px.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
transition-timing-function
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
transition-timing-function
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specifies whether table headers are spoken before every cell
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a[title="home"]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
animation-iteration-count
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
100
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specifies a sound to be played before and after the selected element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
either normal or of length type
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a[href$='.html']{color: purple;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
places an incremented value before each paragraph.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Attribute selectors
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.blur { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
display: inline-caption;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
the external styles will override the embedded styles.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position:relative
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
vertical-align: text-base
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
static
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
+
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Same as padding-top: 0px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
comic sans
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@media print { p.test { ... } }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.selector{word-wrap: break-word;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
handwriting
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CSS text
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
not be affected.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
clear:all;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p.test {word-wrap:break-word;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position:absolute
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
left
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Changes the background color of every even number table row to red
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
1) browser default, 2) external style sheet, 3) internal style sheet (in the head section), 4) inline style (inside an HTML element)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-attachment
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#footer {background: white;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
target any <ul> with an ID that starts with 'name-here'
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
disc
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.selector { background-image: content("image.png"); }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
yes, it affects HTML rendering and CSS styling
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
word-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
colon
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
pseudo-class
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The elements after the floating element will flow around it.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Commando
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
width
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
inline > embedded > external
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It sets whether a background image should scroll with the content, or be fixed.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style-type: square;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It sets the distance between the borders of adjacent cells (only for the "separated borders" model).
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a[href^='https://sales.'] { color: pink; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
visibility: hidden
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It specifies what happens if content overflows an element's box.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Ability to hide the CSS code from the user.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margin
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CSS 3
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
instantaneous
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@font-face { }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
content
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
li:nth-child(3) { // do something }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
nowrap
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
none
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
em
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The hierarchy of rules which determines how element properties are inherited
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margins,borders, padding, and the actual content
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Below the previous element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Child selector
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It sets a white background with a transparency of 80% to the div element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-image: url(xyz.png), url(a2z.png);
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Selector
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
outline
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:blur
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
tr:nth-child(2n) {background: silver;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
transition-property
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both of the other answers are correct.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these elements will be matched.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
inset
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
They're all valid.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:nth-child(even)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these elements will be matched.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ff
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Set the height for each line of text in an html element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
left, right, none
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ltr and rtl
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
flow around it
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Quotation Mark
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border: 10px 1px 5px 20px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Matches any element with the foo attribute set.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
i-True, ii-True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All elements with a title attribute will be blue
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Id selector
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No, only when specifying colors as hexadecimal values.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style-type
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
justify
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Positioning
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
all of the answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
top, left
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline, Embedded, and External
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
min-width
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.one, .two, .three { property: value; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is a collection of images put into a single image.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#example input[type="submit"]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
[target]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
semicolon ( ; )
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div,p
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
to move elements from their current position by an offset depending on the X and Y parameters
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
middle
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
{overflow:scroll}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Selector {Property: Value;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
compresses the code by removing whitespace, which is not needed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Use the HTML <link /> tag, like this: <link rel='stylesheet' type='text/css' href='styles.css' /> .
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style-type:none
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-position
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a[href="http://www.smarterer.com"] { color: blue; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<do></do>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:not(p)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#home:target
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-transform: capitalize;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
huge
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-(direction)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
letter-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margin
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
to the left
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div {margin: 5px 2px 0 10px;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
cursor: pointer;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a#content {text-decoration:none;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border: 1px dashed #000
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<p style="white-space:normal"> Use of normal white-space. </p>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Outside the box
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
table
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
top & bottom, left & right
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
direction
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Selector {cursor:value}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-collapse
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position: relative;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Opacity (Alpha channel)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
selector, properties
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:link
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
opacity: 2.0;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h2 heading inside element div of class wrapper
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<div class="class1 class2" ></div>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Aligns text in horizontal center of the containing element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Text within it is red
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
None of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Fixes the element relative to the browser's viewport
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
"display:none" hides the element and remove it's placeholder, "visibility:hidden" hides the element but keeps it's place blank.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
input:focus
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
filter:alpha(opacity=x).
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p { color:red !important; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-width: 3px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
single, unique element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
padding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margins to auto
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p { border:5px solid red; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
bottom
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
'a'
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:hover { background-color: #FF704D; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style-type: none
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Matches elements that are a direct child of the parent match
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Outline
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
the clear property
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h2.type1 {color: #000000;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:hover
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Content
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-transform
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
box model
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:first-child
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:link {font-family: "lucida sans unicode", sans-serif;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
{
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
design and layout
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
head
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-align
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline, embedded or document level and external
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#content p
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a centered element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Select the child of the element it follows
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-indent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
bottom
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p:last-child
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
/*..................*/
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
selects the last element in a targeted parent element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-origin
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Add "display: none" to your style sheet rule.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Total element width = width + left padding + right padding + left border + right border + left margin + right margin
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Selector and Declaration
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Top: 10px, right: 5px, bottom:10px, left:5px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border: 1px solid #777;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
opacity: 0.3
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<p style="font-size:14pt"> Welcome to teds-india.</p>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
padding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
position
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Block element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
input[type=submit] { }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
*
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Set margin and padding to 0
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
img {z-index:-1;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It will not take up any space.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
overflow: auto
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
30px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@import url("other.css");
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Use an @media query.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
inline style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
display: none;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
opacity
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 {font-size: 16px; font-weight: bold; text-decoration: underline;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
commas
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
letter-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:root
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color:
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.text_line { clear:both; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
starts with { and ends with }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DOM Event
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
transform
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specifies which font to use
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#box {border: 2px, 0px, 1px, 0px;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
# sign
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
This image will be partially transparent.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-decoration: none;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body { background: blue !important; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
If the link in the example has been visited, it will be displayed in red
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margin: 0 auto;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
40px
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.myclass {width: 640px; height: 480px;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
{font-weight: bold;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
target="_blank"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@media
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
head section
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-invariant
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-transform:
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<link>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#box {visibility:hidden}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 {text-transform:uppercase;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes, by using @import url("fontname");
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
exceptional styles
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
:active
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
padding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Enclose comment between opening and closing comment markers as follows: /* and */
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-repeat
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-repeat
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1, h2, p { color:green;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.intro
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<span> is an inline element by default, while <div> is a block element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@import
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
They are all vendor prefixes.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
line-height
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
External CSS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
margin: 0;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<Style></Style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
;last-paragraph
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1, h2, h3 { font-family: sans-serif; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
top: 6px, right: 3px, bottom: 0px, left: 3px,
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
black
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Creates rounded corners
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.two { border: solid 6px #fff; position: relative; z-index: 1; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It increases or decreases the size of element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-bottom-width:15px;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Inline CSS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
{color:#000000;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
img { border: none; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p {text-transform:lowercase;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
normal
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body {background-image:url('sand.gif');}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You can use multiple classes on the same element, but you can't do that with ID's
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To set space around element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body {font-family: Verdana;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
0
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
auto
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p:before
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-transform
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style-type: none;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a {text-decoration:none}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body {background-color:#FFFFFF;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<style type="text/css"> a:hover {color:#000000} </style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p { font-family:"Times New Roman",Georgia,Serif; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
max-height
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
list-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#id_name { }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
min-height
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
style = " "
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Aligns HTML elements to the right or left while allowing content to flow around it
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style: dotted;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Responsive
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It specifies the positioning area of the background images.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-decoration:
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<p style="text-shadow:6px 6px 10px #FF0000 "> Text-shadow is of red color. </p>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 {text-align: center;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
dashed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-image
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
RGB
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
text-decoration
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Links will be styled with no underlines
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
"#"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style: solid;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-radius
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.master {text-align:center;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
div {background-color : red}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
white-space
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a {text-decoration: underline}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.css
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
the height and width of an element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-weight: bold;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
How to display HTML elements
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
transition
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 { background-color: #FFFFFF; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<link>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
when it's width is set to 100%
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both scroll and fixed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
the class Selector
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:hover
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:link {background-color:#B2FF99;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
hexadecimal
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Zapfino
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a group of elements
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
background-color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
body {color: black;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
z-index
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
min-width
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specifies the background color of an element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
color
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
/*This is a comment*/
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
*
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
"#"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
the height and width of an element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To call an external stylesheet
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
h1 {background-color:#FFFFFF;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In the <head> section
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
font-style
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Cascading Style Sheets
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All are correct
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
.css
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
p {margin-left:20px;}
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<style>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In the <head> section
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
styling
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
# (pound sign)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Cascading Style Sheets
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these, any text editor will do.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:hover
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
letter-spacing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
a:hover
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
padding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
!DOCTYPE is specified.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It sets the vertical alignment of an element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Immediately outside the box border
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
empty-cells
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
border
Note: This Question is unanswered, help us to find answer for this one
CSS MCQs | Topic-wise