Skip to content

Instantly share code, notes, and snippets.

@Lelith
Last active May 31, 2021 08:11
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 Lelith/18cf703f296675cb524812edf38eb103 to your computer and use it in GitHub Desktop.
Save Lelith/18cf703f296675cb524812edf38eb103 to your computer and use it in GitHub Desktop.
tile attribute
// use title as glossary
<div>
<abbr title="Hypertext Markup Language">HTML</abbr> is a language to write websites.
</div>
// use title to describe link destinations
<a href='./profile' title="Edit or delete your profile"><svg>....</svg></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment