✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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?