Home » CSS » CSS Transitions » Question
  1. Which of the following defines a MIME string format of the content being returned?
    1. last-modified:string
    2. location:URL string
    3. expires:date string
    4. content-type:string
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.