Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which option is not available in HTMLMinifier?

a) remove attribute quotes
b) use the short doctype
c) remove empty elements
d) replace <strong> with <b>

Answer: d
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.

Join The Discussion