1.

Which one has the most potential for minification?(a) JavaScript(b) CSS(c) HTML(d) PHPI had been asked this question in examination.My question is based upon Working with Forms & Minification topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right choice is (a) JAVASCRIPT

The explanation: Among the four languages JavaScript, PHP, HTML and CSS, JavaScript has the most potential for MINIFICATION. In JavaScript whitespaces and comments are REMOVED. Windows-style line breaks (CRLF) is converted to UNIX-style breaks (LF). Moreover, VARIABLE names can ALSO be shortened.



Discussion

No Comment Found

Related InterviewSolutions