1.

Which option is not available in HTMLMinifier?(a) remove attribute quotes(b) use the short doctype(c) remove empty elements(d) replace with This question was addressed to me at a job interview.This intriguing question originated from Working with Forms & Minification in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

The correct choice is (d) replace with

Easy explanation: There are many OPTIONS AVAILABLE in HTMLMinifier like it removes comments, also comments from CSS and JavaScript blocks, collapses whitespace, removes character DATA blocks from JavaScript and CSS, Collapses Boolean attributes, removes redundant attributes, uses a SHORT DOCTYPE, removes empty elements, removes attribute quotes.



Discussion

No Comment Found

Related InterviewSolutions