Posts

Showing posts with the label oDesk Test Answers

oDesk CSS Test Answers 2014

Image
Hi oDesk Freelancer, Today I am sharing with you  ODesk  CSS  Test Answers .  Get update  ODesk CSS Test Answers 2014 from this website. So, Friends enjoy this post. If you have another information about this test answer. Please post a comment and share your experience with us. 1. Can a percentage value be given in a ruby-align property? Answer: No __________________________________________________________________________ 2. 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 ...

oDesk PhP 5 Test Answres 2014

Image
Hi,  Today I am sharing with you   oDesk PhP 5 Test Answres .  Get update  oDesk PhP 5 Test Answres 2014  from this website. So, Friends enjoy this post. If you have another information about this test answer. Please post a comment and share your experience with us. Question 1: What is true regarding this code? Answer: setcookie will return true Question 2: Which of the following is not a correct way of printing text in php5? Answer: echo “Plain text”; Question 3: Which of the following is not the correct way of starting a session? Answer: session_initiate() Question 4: Which of the following functions do you need to implement HTTP Basic Authentication? Answer: None of the above Question 5: Which of the following Command Line Interface constant is not defined in the CLI SAPI? Answer: STDPRT Question 6: Which of the following statements is correct with regard to final and abstract? Answer: a. An abstract class cannot have final methods Question 7: Which composite...