Advertisement
artsypartsy

HTML

Jul 28th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Insert Picture: <img src=”IMAGE URL HERE”>
  2. Insert GIF: <img src="path/to/image.gif" />
  3. Bold: <b>TEXT HERE</b>
  4. Italics: <i>TEXT HERE</u>
  5. Underline: <u>TEXT HERE</u>
  6. Strike-through: <strike>TEXT HERE</strike>
  7. Bold Italics: <b><i>TEXT HERE</b></i>
  8. Bold Underline: <b><u>TEXT HERE</b></u>
  9. Underline Italics: <u><i>TEXT HERE</u></i>
  10. Bold Underline Italics: <b><u><i>TEXT HERE</b></u></i>
  11. Margin: margin: 25px;
  12.  
  13. Changing Colors: <font size="FONT SIZE HERE" color="HTML COLOR CODE HERE">TEXT HERE</font >
  14. Changing Font:<font face=FONT NAME>TEXT</font>
  15. Size: <font size=NUMBER HERE>TEXT HERE</font>
  16. Hyperlink (Picture): <a href=LINK HERE><img src=IMAGE LINK HERE>
  17. Hyperlink (Word): <a href=LINK>TEXT</a>
  18. Blockquote: <blockquote>TEXT</blockquote>
  19. Center: <center>TEXT</center>
  20. New Line: <br> or <p> *<p> makes the space bigger>
  21. Header: <H1>TEXT</H1>
  22. Horizontal Line: <br> <hr> or <p> <hr>
  23.  
  24. Colored Blockquote: <blockquote style="background-color:HTML COLOR CODE HERE;">TEXT HERE</blockquote>
  25. Text Color Inside Blockquote: <blockquote style="background-color:HTML COLOR CODE HERE;color:FONT HTML COLOR CODE HERE;">TEXT HERE</blockquote>
  26. Slightly Different: <div style="background-color:HTML COLOR CODE HERE;color:FONT HTML COLOR CODE HERE;">text here</div>
  27. **Note**: Add text-align:center; to center, right, or left something
  28. **Note**: Add font-family:serif; to change the font inside of the blockquote
  29. Padding: padding:25px; *play around with the number*
  30. Borders: border-style:BORDER STYLE;border-color:FONT COLOR;border-width:BORDER WIDTHpx; **types of borders: dotted, dashed, solid, double, groove, ridge, inset, and outset**
  31.  
  32. Background Image: <div style="background-image:url('IMAGE URL HERE');background-color:BACKGROUND COLOR;background-repeat:no-repeat;">TEXT HERE</div>
  33. Change Size of a Picture: <img src="IMAGE URL" width=IMAGE WIDTH /img>
  34. Border, Nothing Inside: <div style="font-family:arial;padding:PADDING SIZE HEREpx;border-radius:10px;border:10px solid #COLOR CODE HERE;">
  35.  
  36.  
  37. <img src="IMAGE URL" width=IMAGE WIDTH /img>
  38.  
  39.  
  40. <img src="IMAGE URL" width=IMAGE WIDTH /img>
  41.  
  42.  
  43. <img src="IMAGE URL" width=IMAGE WIDTH /img>
  44.  
  45.  
  46.  
  47. <img src="IMAGE URL" width=IMAGE WIDTH /img>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement