a) class b) id c) article d) html Answer: b Explanation: HTML ...
View QuestionWhich option is not available in HTMLMinifier?
a) remove attribute quotes b) use the short doctype c) remove empty elements d) replace <strong> with <b>
View QuestionHTMLMinifier is written in ________
a) JavaScript b) Java c) C++ d) C Answer: a Explanation: There are mainly two popular HTML ...
View QuestionCSSMin is written in ___________
a) C++ b) Java c) PHP d) C Answer: b Explanation: CSSMin is written in Java. It ...
View QuestionWhich compressor gives maximum GZIPPED compression?
a) YUI b) JSMin c) Packer d) Closure(advanced) Answer: a Explanation: YUI compressor gives maximum GZIPPED compression ...
View QuestionYUI compressor is written in ____________
a) HTML b) C++ c) C d) Java Answer: d Explanation: YUI compressor is one of the ...
View QuestionWhich one has the most potential for minification?
a) JavaScript b) CSS c) HTML d) PHP Answer: a Explanation: Among the four languages JavaScript, PHP, ...
View QuestionFor grouping form controls we can use ___________
a) <legend> b) <fieldset> c) <label> d) <select> Answer: b Explanation: For grouping form controls together we ...
View QuestionForm validation traditionally was performed by ___________
a) PHP b) HTML c) JavaScript d) jQuery Answer: c Explanation: Form validation is checking if the ...
View QuestionFor creating single line text box for searching queries, we use the type ___________
a) placeholder b) search c) url d) hidden Answer: b Explanation: For creating a single line text ...
View Question