InterviewSolution
Saved Bookmarks
| 1. |
Which of the following defines a MIME string format of the content being returned?(a) content-type:string(b) expires:date string(c) location:URL string(d) last-modified:stringThis question was posed to me in exam.My doubt stems from CSS Transition, Perl cgi Programming topic in section CGI Programming & Miscellaneous of CSS |
|
Answer» CORRECT OPTION is (a) CONTENT-type:STRING Explanation: Content-type:string is a MIME string defining the format of the content being returned, example is content-type:text/html, last-modified: string DEFINES the date of last modification of the file. |
|