Advertisement
trentjs

Tool Tip Multi-line

Dec 11th, 2020 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <style>
  6.  
  7.     body{
  8.         background-color: #FFFFFF;
  9.         font-family: Arial, Helvetica, sans-serif;
  10.     }
  11.  
  12. </style>
  13.  
  14. </head>
  15. <body>
  16.  
  17. <h2>Multi Line Tool Tip</h2>
  18.  
  19. <span title="Line One&#13;Line Two&#13;Line Three">Tool Tip Example</span>
  20.  
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement