Last active
May 14, 2020 06:15
-
-
Save Vijaysinh/467e06d63798c762553182fb8627b941 to your computer and use it in GitHub Desktop.
New Line HTML Title Attribute
This file contains 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> | |
<p><abbr title="-Line 1
-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