1.

CSSMin is written in ___________(a) C++(b) Java(c) PHP(d) CI have been asked this question at a job interview.I would like to ask this question from Working with Forms & Minification in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right option is (b) Java

To ELABORATE: CSSMin is written in Java. It preforms CONVERSION of lowercase, ordering of PROPERTIES, replacement of names with numeric or hex equivalents. E.g. font-weight:BOLD can be written as font-weight: 600, color: black to color: #000.



Discussion

No Comment Found

Related InterviewSolutions