Vidyalelo
JavaScript · Q67

Performance Measures

Programming · JavaScript · question 67

Q67

Which of the following is the approach used to compress HTML in web servers and modern web browsers?

A.
Content encoding
Answer
B.
Content decoding
C.
Compression algorithm – DEFLATE
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
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.