Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JS Bin</title>
  6. </head>
  7. <body>
  8. <!-- Division -->
  9. <div class="social">
  10. <p>I may be found on...</p>
  11. <p>Additionally, I have a profile on...</p>
  12. </div>
  13.  
  14. <!-- Span -->
  15. <p>Soon we'll be <span class="tooltip">Writing HTML</span>with the bset of them.</p>
  16.  
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement