Valid Web-Development-Applications Dumps shared by ExamDiscuss.com for Helping Passing Web-Development-Applications Exam! ExamDiscuss.com now offer the newest Web-Development-Applications exam dumps, the ExamDiscuss.com Web-Development-Applications exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Web-Development-Applications dumps with Test Engine here:
A web designer evaluates the following CSS rule: .head { color: #0000ff; } Which element is selected as a result?
Correct Answer: D
In CSS, a class selector is denoted with a period (.), and it applies to elements with that class attribute. head targets any element with class="head", such as: <div class="head"> ... </div> "A CSS class selector uses a period (.) followed by the class name. It matches elements whose class attribute includes that class name." References: CSS Selectors Specification MDN Web Docs - Class Selectors W3Schools - CSS Class Selector