CSS Transitions
- Which of the following property defines the length of time that a transition takes?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
transition-duration
- Which value specifies a transition effect with a slow start, then fast, then end slowly?
-
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.
- Which of the following gives the path for CGI script?
-
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.
- What returns the set cookies in the form of a key?
-
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.
- Which variable defines the data type of the content?
-
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.