Advertisement
Guest User

HTML

a guest
May 7th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <ins>Testing underline</ins>
  2.  
  3. <s>Testing strikethrough</s>
  4.  
  5. <font color="#FF0000">Testing red</font>
  6.  
  7. <font color="#0000FF">Testing blue</font>
  8.  
  9. <font color="#008000">Testing green</font>
  10.  
  11. <p style="font-size:20px;">Testing size</p>
  12.  
  13. <p>
  14. <font size="3" face="mistral" color="blue">Testing font and colour</font>
  15. </p>
  16.  
  17. <font size="5" face=mistral>Testing font and size</font>
  18.  
  19. <img src=http://i.imgur.com/TYxMo.png>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement