(for fun, facebook SECRET chat smiles here: http://bitbin.it/xhwMlbSh)
Just copy-paste this code into NAME.html! Also, it's good idea to add image named img.png(to same folder with HTML) for this HTML to work better!
Please donate, i worked hard with this code: 1Gqi9YVAG6J1QyWy7AiWAZBBB2tBQm6yLd (bitcoin address)
HAVE FUN AND PLAY AROUND WITH THIS CODE!
<!DOCTYPE html>
<!--MADE BY REBANE2001!-->
<html>
<head>
<title>TITLE HERE!</title>
<meta charset="UFC-8">
</head>
</body>
<H1>
This is showing HTML basics!
</H1>
<pre>This text is without any style
</pre>
<small>So small text here, but this is<br><strong>STRONG</strong><br>This is fat!<b>FAAAAAAAAAAAAAAT!</b><br>
And if you have img.jpg in same folder with this HTML file there will be image:</small>
<br>
<img src="img.jpg" alt="Problem?" height="100" width="100">
<br>
<H1>H1 MAKES EVERYTHING BIG</H1>
<a href="http://www.youtube.com/rebane2001">My youtube channel, press <b><i><strong>SUBSCRIBE</strong></i></b>, or else!!!</a>
<H1>Some cool things:<br><ins>abc</ins><del>def</del><sup>ghi</sup><sub>jkl</sub></H1>
<ins>And some lists here:</ins>
<ol>
<li>9</li>
<li>8</li>
<li>7</li>
<li>6</li>
<li>5</li>
<li>4</li>
<li>3</li>
<li>2</li>
<li>1</li>
</ol>
<ul>
<li>9</li>
<li>8</li>
<li>7</li>
<li>6</li>
<li>5</li>
<li>4</li>
<li>3</li>
<li>2</li>
<li>1</li>
</ul>
<H2>And </H2>
<H3>that's </H3>
<H4>all!</H4>
<H6>PS!<small>Send me bitcoins to this address: 1Gqi9YVAG6J1QyWy7AiWAZBBB2tBQm6yLd (donate)</small></H6>
</body>
</html>