Q51. What is the purpose of the <picture> element in HTML5, and how is it used to optimize images?
The `` element in HTML5 is used to provide multiple versions of an image at different resolutions or sizes, and allows the browser to choose the best version to display b...