Responsiveness in HTML

In which of the following scenarios will a image be responsive and scale up and down when working with HTML?

Options
  1. If the CSS width property is set to 100%
  2. If the max-width property is set to 100%
  3. Both 1 and 2
  4. Neither 1 nor 2

Related Posts