Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head><title>the title is up here</title>
- </head>
- <body bgcolor="gray">
- <ul>
- <li>one</li>
- <li>two</li>
- <li>threeee</li>
- </ul>
- <hr />
- <table bgcolor="black" border="1" align="center" width="600"
- height="100%" cellpadding="5"
- cellspacing="5">
- <tr><td bgcolor="#ff0000" align="right">
- <!-- this is a hidden comment, and the #ff0000 seen on the previous line is
- hex code for the color red -->
- <font face="comic sans ms" color="" size="13">
- hello <b>th</b><u>e</u><s>re</s>..
- </font>
- </td><td>
- <marquee><font color="green"><0wnz0rz> tapeworm
- </0wnz0rz></font></marquee>
- <!-- the above tags are ways to represent "less than" and "greater than"
- or to print code examples without them being interpreted as html -->
- </td></tr>
- </table>
- <a href="c:\temp\bluescreen.jpg">
- <img width="100" height="100" src="file:///c:/temp/bluescreen.jpg"
- alt="this looks familiar" />
- <br />click me</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement