In css to define style for a unique element then which css selector should be used?
Answers
Answered by
0
Answer:
For a unique element identification you have to use id selector.
Here's an example:-
<div id="tooltip">Unique Element</div>
#tooltip
{
font-weight:bold;
color:#888;
}
Answered by
0
Answer:
For a unique element identification you have to use id selector.
Here's an example:-
<div id="tooltip">Unique Element</div>
#tooltip
{
font-weight:bold;
color:#888;
}
Explanation:
Similar questions
India Languages,
6 months ago
Environmental Sciences,
1 year ago
Business Studies,
1 year ago
English,
1 year ago
Math,
1 year ago