I want to modify the title css of a link. Is there a way to do that without using any tooltip? Or is it best to use tooltips?
input[title] {
width: 50px;
height: 50px;
color: aqua;
}
<input type="text" title="Here is a title" />
I want to modify the title css of a link. Is there a way to do that without using any tooltip? Or is it best to use tooltips?
input[title] {
width: 50px;
height: 50px;
color: aqua;
}
<input type="text" title="Here is a title" />