Created
December 18, 2017 13:04
-
-
Save mbejda/e8d20981f54df9985f0e998b36997077 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<h2 title="I'm a header">The title attribute</h2> | |
<p title="I'm a tooltip"> | |
Mouse over this paragraph, to display the title attribute as a tooltip. | |
</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<h2 title="I'm a header">The title attribute</h2> | |
<p title="I'm a tooltip"> | |
Mouse over this paragraph, to display the title attribute as a tooltip. | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment