Skip to content

Instantly share code, notes, and snippets.

@Vijaysinh
Last active May 14, 2020 06:15
Show Gist options
  • Save Vijaysinh/467e06d63798c762553182fb8627b941 to your computer and use it in GitHub Desktop.
Save Vijaysinh/467e06d63798c762553182fb8627b941 to your computer and use it in GitHub Desktop.
New Line HTML Title Attribute
<!DOCTYPE html>
<html>
<body>
<p><abbr title="-Line 1&#010;-Line 2">Hover Me</abbr> My Name Is Vijaysinh.</p>
<p title="Bangalore">Bangalore</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment