Guest User

Untitled

a guest
Oct 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>HTML - A short guide</title>
  5. </head>
  6. <body>
  7. <p><strong>Email:</strong> example@example.com</p>
  8. <p><strong>Phone:</strong> 123-456-7890</p>
  9.  
  10. <em>Em Element</em>
  11.  
  12. <b>Bold Element</b>
  13.  
  14. <i>Italic Element</i>
  15.  
  16. <small>&copy; 2018 Learn HTML</small>
  17.  
  18. <p>Hi my name is Abhishek</p>
  19. <p>Hi my <span>name</span> is Abhishek</p>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment