Solved

Identify a Style Rule That Is Used to Remove Bullets

Question 54

Multiple Choice

Identify a style rule that is used to remove bullets from an unordered list of check boxes in a form by specifying none as the value of the list-style-type property.


A) ul { list-style-type: none;
}
B) { list-style-type: none;
}
C) form { list-style-type: none;
}
D) form ul { list-style-type: none;
}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions