✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A developer wants to apply a blue border to the following input element:
HTML
<input type="text" id="name">
CSS
.name { border: 2px solid blue;}
However, the border is not displayed. What is the most likely reason?