Advertisement
Zuzannah

Forum Codes

Jun 3rd, 2021 (edited)
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Hello Everybody. Hugssssssss. Hopes this helps.
  2.  
  3.  
  4. Insert Image
  5.  
  6. <img src="Image-URL">
  7.  
  8.  
  9. Insert Gif
  10.  
  11. <img src="Gif-URL">
  12. Original GIF Link in Imgur, Direct Link puts a v at the end of the .gif
  13.  
  14.  
  15. Insert Link
  16.  
  17. <a href="Destination-URL">Anchor text</a>
  18. Anchor text is what people see.
  19.  
  20.  
  21. Make link in a new Window
  22.  
  23. <a href="Destination-URL" target="_blank">Anchor text</a>
  24. Anchor text is what people see.
  25.  
  26.  
  27. Text Bold
  28.  
  29. <strong>to be bold</strong>
  30.  
  31.  
  32. Text Italic
  33.  
  34. <em>to be italic</em>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement