Add tooltip in a anchor link [duplicate]
问题 This question already exists : Styling native tooltip from title=“Tooltip text” [duplicate] Closed 5 years ago . I want to add a tooltip in a text so for example if I have a code like this: <a href="http://google.com" title="The World's Largest Search Engine!">Google!</a> On mouse hover, I want to show that tooltip. Using title is a good way but how can I style to look it better? Any help: JSFIDDLE 回答1: If you wish to create it dynamically using jquery, you may do the following : <a href=