Which of the following is the approach used to compress HTML in web servers and modern web browsers?
Which of the following is the approach used to compress HTML in web servers and modern web browsers? Correct Answer Content encoding
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser. Content encoding is an approach taken by compatible web servers and modern web browsers to compress HTML and related textual content, often in the gzip format.