List of questions
Related questions
Question 190 - Certified JavaScript Developer I discussion
Given the HTML below:
Which statement adds the priority-account CSS class to the Universal Containers row?
A.
document. querySelector (#row-uc'). classes-push('priority-account');
B.
document. getElementByid('row-uc').addClass('priority-account*);
C.
document. querySelectorAll('#row-uc') -classList.add("priority-accour');
D.
document. queryselector('#row-uc').ClassList.add('priority-account');
Your answer:
0 comments
Sorted by
Leave a comment first