0

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" />

3
  • What have you tried so far? Commented Dec 13, 2020 at 14:09
  • I have tried this input[title]{ width:50px; height: 50px; color:aqua; } Commented Dec 13, 2020 at 14:17
  • stackoverflow.com/questions/2011142/… Commented Dec 13, 2020 at 14:24

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.