InterviewSolution
Saved Bookmarks
| 1. |
HTMLMinifier is written in ________(a) JavaScript(b) Java(c) C++(d) CThis question was addressed to me in class test.This intriguing question originated from Working with Forms & Minification in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT choice is (a) JavaScript Explanation: There are mainly two popular HTML minifier. HTMLMinifier and htmlcompressor first are written in JavaScript. It is to be RUN via a web browser. Second is command-line Java application. HTMLMinifier OFFERS BETTER levels of compression. |
|