CSS Transitions


  1. Which of the following property defines the length of time that a transition takes?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    transition-duration


  1. Which value specifies a transition effect with a slow start, then fast, then end slowly?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The transition-timing-function property takes the value ease. It specifies a transition effect with a slow start, then fast, then end slowly and this is the default value, ease-in specifies a transition effect with a slow start.



  1. Which of the following gives the path for CGI script?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    path_info provides the path for the CGI script, query_string gives URL-encoded information that is sent with GET method request, remote_addr gives the IP address of the remote host making the request.


  1. What returns the set cookies in the form of a key?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    http_cookie returns the set cookies in the form of key and value pair, in http_user_agent user-agent request-header field contains information about user agent originating the request. It’s the name of the web browser.



  1. Which variable defines the data type of the content?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The data type of the content is defined by content_type variable, used when the client is sending attached content to the server, like file upload etc, the length of the query information is defined by content_length, it’s available only for POST requests.