Home » CSS » CSS Transitions » Question
  1. Which of the following specifies the length of the data being returned?
    1. last-modified: string
    2. location: URL string
    3. set-cookie: string
    4. content-length: string
    5. None of these
Correct Option: D

content-length: string specifies the length in bytes of the data being returned. The browser uses this value to report the estimated download time for a file. Set-cookie: string set the cookie passed through the string.



Your comments will be displayed only after manual approval.