https://jobs3.netmedia1.com/cp/faces/job_summary?job_id=SWG-0583112
http://www.tutorialspoint.com
#1 Question:
You defined some links as follows:
a:link {color: green}
a:visited {color: blue}
a:hover {color: red}
a:active {color: black}
What will be the color, when the mouse goes over a link?
a:link {color: green}
a:visited {color: blue}
a:hover {color: red}
a:active {color: black}
What will be the color, when the mouse goes over a link?
#5 Question:
Here is one of the styles defined in your webpage:
.redborder
{
border-color:#ff0000;
border-width:thin thick
}
What type of border will be displayed if one of the paragraphs defined in the webpage uses this style?
.redborder
{
border-color:#ff0000;
border-width:thin thick
}
What type of border will be displayed if one of the paragraphs defined in the webpage uses this style?
#9 Question:
Which of the following are correct values of the overflow
property?
#17 Question:
When would you prefer to use the @import technique for
applying a style sheet to your web page?
http://www.read4learn.com/question/odesk/29/css-2
#24 Questions:
Which of the following properties
specifies the minimum number of lines of a paragraph that must be left at the
bottom of a page?
#27 Question:
Which of the following values are
correct for font-style?
#40 Question:
Your webpage contains several unordered lists:
- Item A
- Item B
- Item C
...
The style sheet for these lists is:
ul {list-style-type: disc}
Due to some reason, you now want all the unordered list items to be numbered. What minimum change in your CSS/HTML will do this?
#46 Question:
Consider the following font
definition:
font-weight: bold
What is the other way of getting the same result?
font-weight: bold
What is the other way of getting the same result?
#48 Question:
Which of the following attributes
can be used to supersede any of the contradictory styles with equal weight?
#67 Question:
Which style will always be over-ridden if you are using
style definitions in the tag, linked stylesheets using the tag and imported
stylesheets using the @import method, provided the same style is defined using
each of these techniques.
interactive/static
#70 Question:
Which of the following is true for an ID selector?
Your Score: 80
ReplyDeleteGrade: Passed
Passing Score: 60
Elance Rating: 8
Percentile: 84
Your Score: 88
ReplyDeleteGrade: Passed
Passing Score: 60
Elance Rating: 9
Percentile: 95