charnjit

Creating Hyperlinks

Aug 26th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Guide to Create Hyper Links
  2.  
  3.  
  4. #### BB Code Format ####
  5. (Without Anchor Text)
  6. [url]https://www.bbcode.org/[/url]
  7.  
  8. With Anchor Text
  9. [url=https://www.bbcode.org/]This is bbcode[/url]
  10.  
  11. ##########################################################
  12.  
  13. Markdown Format
  14. [Link text Here](https://link-url-here.org)
  15.  
  16. ##########################################################
  17.  
  18. HTML Format
  19. <a href="https://www.w3schools.com">Visit W3Schools</a>
  20.  
  21. ##########################################################
Advertisement
Add Comment
Please, Sign In to add comment