Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created December 18, 2017 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbejda/e8d20981f54df9985f0e998b36997077 to your computer and use it in GitHub Desktop.
Save mbejda/e8d20981f54df9985f0e998b36997077 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
<!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>
<!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