Tuesday, August 11, 2015

Elance css3 upwork test answers | Which of the following option does not exist in media groups available in CSS3?

upwork css3 Elance test answers . These css3 test answers get recently from upwork.com. these answers can make your grade 100% css3 test. Odesk Recently changed the domain name into upwork.com & odesk system upgraded . Its test method its quiz. Upwork test answers 2015 shown below..

Upwork css3 all test Answers  list

Which of the following styles is not valid for an image?

Answers:

• img { float= left }
• img { float: left here }
• img { background: "black" }
• img { border-width: 10 }
• All of the above

 

What is the default value of the transform-style property?

Answers:
• preserve-3d
• flat
• none
• preserve

 

Which of the following option does not exist in media groups available in CSS3?

 

 

Answers:
• continuous or paged
• visual or tactile
• grid or bitmap
• braille or screen 













Which of the following will decrease 50px from a DIV element whose width is 100%?

Answers:
• width: calc(100% - 50px);
• width: reduce(100% - 50px);
• width: decrease(100% - 50px);
• width: 100% - 50px;

What is the maximum value that can be given to the voice-volume property?

Answers:
• 10
• 100
• 500
• None of the above



Which statement is correct given the following? box-shadow:30px 20px 10px 5px black;

Answers:
• The shadow will be spread out to 30px top, 20px right, 10px bottom, 5px left.
• The position of the horizontal black shadow is 30px and the position of the vertical black shadow is 20px and blur distance is 10px and size of shadow is 5px.
• 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.
• The shadow will be spread out to 30px top and bottom, 20px left and right with 10px blur distance, 5px shadow size.

The min-width property cannot be applied to the following element:

Answers:
• button
• span
• table row

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?

Answers:

• border-bottom:5px solid #ffffff; -webkit-box-shadow: 0px 5px #000000; -moz-box-shadow: 0px 5px #000000; box-shadow: 0px 5px #000000;
• -webkit-box-shadow: 0 4px 4px -2px #000000; -moz-box-shadow: 0 4px 4px -2px #000000; box-shadow: 0 4px 4px -2px #000000;
• -webkit-box-shadow: 0 4px 4px -2px inside #000000; -moz-box-shadow: 0 4px 4px -2px inside #000000; box-shadow: 0 4px 4px -2px inside #000000;
• None of these.

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

Answers:
• ndy lives behind cbfe
• cndy lives cehind ccfe
• andy lives behind cafe
• andy lives cehind bafe


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>

Answers:

• The text "Lorem" will be colored black-red.
• The div element will be colored black-red.
• The border of div element will be colored black-red.
• None of these.

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; }

Answers:
• It returns a syntax error.
• The background color of the fourth td will be orange.
• The background color of the third td will be orange.
• The background color of every third td will be orange.

What is the best method to select all elements except for the last one in an unordered list?

Answers:
• Adding a class to each <li> element but last
• Using li:not(:last-child) css selector
• Using li:last-child selector
• None of the above

Which of the following will apply a black inner glow with 25% opacity to a page element?

Answers:

• box-shadow: 0 0 8px rgba(255,255,255, 0.25);
• box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
• box-shadow: 0 0 8px rgba(255,255,255, 25%);
• box-shadow: inset 0 0 8px rgba(0,0,0, 25%);

Which of the following is the initial value for the column-fill property?

Answers:
• auto
• balance
• none

Which of the following can be used to add a shadow around the div element below? <div>Lorem ipsum</div>

Answers:
• box-shadow: 0 0 8px 2px #888;
• border-shadow: 0 0 8px 2px #888;
• div-shadow: 8px 2px 0 0 #888;
• None of these

Which of the following is not a valid page break?

Answers:
• page-break-inside
• page-break-outside
• page-break-before
• page-break-after
• None of these

 

Which of the following properties specifies the minimum number of lines of a paragraph that must be left at the bottom of a page?

Answers:
• orphans
• widows
• bottom
• overflow
• None of these

No comments:

HTML5 Upwork (oDesk) TEST ANSWERS 2022

HTML5 Upwork (oDesk) TEST ANSWERS 2022 Question: Which of the following is the best method to detect HTML5 Canvas support in web br...

Disqus for upwork test answers