HTML & CSS
Select cor ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Select correct HTML code for inserting a link with the tooltip text.
<a href tip="extra information">link</a>
<a href tooltip="extra information">link</a>
<a href title="extra information">link</a>
<a href help="extra information">link</a>
<a href info="extra information">link</a>
Explanation
The
title
attribute specifies extra information about an element.
The information is most often shown as a tooltip text when the mouse moves over the element.
Hover your cursor here!
link
element
html
text
mouse
coursor
tooltip
tag
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
How to use CSS for removing underlining from all links?...
How to change the color of a link to blue when the cursor moves over i...
Which CSS property defines the font size of a text?...
Specify the attribute of the tag that is used to reference the external s...
Sometimes, when you enter the page, the button already lights up by de...
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?...
Which of the following is true about the pseudo-class ...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
Which color will word "text" has? <style> p{ ...
What is the property clear: both?...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment