Advertisement
alien_fx_fiend

Sample L33t code

Sep 26th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <html>
  2. <head><title>the title is up here</title>
  3. </head>
  4. <body bgcolor="gray">
  5.  
  6. <ul>
  7. <li>one</li>
  8. <li>two</li>
  9. <li>threeee</li>
  10. </ul>
  11. <hr />
  12. <table bgcolor="black" border="1" align="center" width="600"
  13. height="100%" cellpadding="5"
  14.  
  15. cellspacing="5">
  16. <tr><td bgcolor="#ff0000" align="right">
  17. <!-- this is a hidden comment, and the #ff0000 seen on the previous line is
  18. hex code for the color red -->
  19.  
  20. <font face="comic sans ms" color="" size="13">
  21. hello <b>th</b><u>e</u><s>re</s>..
  22. </font>
  23.  
  24. </td><td>
  25.  
  26. <marquee><font color="green">&lt;0wnz0rz&gt; tapeworm
  27. &lt;/0wnz0rz&gt;</font></marquee>
  28. <!-- the above tags are ways to represent "less than" and "greater than"
  29. or to print code examples without them being interpreted as html -->
  30.  
  31. </td></tr>
  32. </table>
  33.  
  34. <a href="c:\temp\bluescreen.jpg">
  35. <img width="100" height="100" src="file:///c:/temp/bluescreen.jpg"
  36. alt="this looks familiar" />
  37. <br />click me</a>
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement