Learn HTML basics!


SUBMITTED BY: Guest

DATE: May 22, 2013, 3:32 p.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 992

  1. (for fun, facebook SECRET chat smiles here: http://bitbin.it/xhwMlbSh)
  2. 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!
  3. Please donate, i worked hard with this code: 1Gqi9YVAG6J1QyWy7AiWAZBBB2tBQm6yLd (bitcoin address)
  4. HAVE FUN AND PLAY AROUND WITH THIS CODE!
  5. <!DOCTYPE html>
  6. <!--MADE BY REBANE2001!-->
  7. <html>
  8. <head>
  9. <title>TITLE HERE!</title>
  10. <meta charset="UFC-8">
  11. </head>
  12. </body>
  13. <H1>
  14. This is showing HTML basics!
  15. </H1>
  16. <pre>This text is without any style
  17. </pre>
  18. <small>So small text here, but this is<br><strong>STRONG</strong><br>This is fat!<b>FAAAAAAAAAAAAAAT!</b><br>
  19. And if you have img.jpg in same folder with this HTML file there will be image:</small>
  20. <br>
  21. <img src="img.jpg" alt="Problem?" height="100" width="100">
  22. <br>
  23. <H1>H1 MAKES EVERYTHING BIG</H1>
  24. <a href="http://www.youtube.com/rebane2001">My youtube channel, press <b><i><strong>SUBSCRIBE</strong></i></b>, or else!!!</a>
  25. <H1>Some cool things:<br><ins>abc</ins><del>def</del><sup>ghi</sup><sub>jkl</sub></H1>
  26. <ins>And some lists here:</ins>
  27. <ol>
  28. <li>9</li>
  29. <li>8</li>
  30. <li>7</li>
  31. <li>6</li>
  32. <li>5</li>
  33. <li>4</li>
  34. <li>3</li>
  35. <li>2</li>
  36. <li>1</li>
  37. </ol>
  38. <ul>
  39. <li>9</li>
  40. <li>8</li>
  41. <li>7</li>
  42. <li>6</li>
  43. <li>5</li>
  44. <li>4</li>
  45. <li>3</li>
  46. <li>2</li>
  47. <li>1</li>
  48. </ul>
  49. <H2>And </H2>
  50. <H3>that's </H3>
  51. <H4>all!</H4>
  52. <H6>PS!<small>Send me bitcoins to this address: 1Gqi9YVAG6J1QyWy7AiWAZBBB2tBQm6yLd (donate)</small></H6>
  53. </body>
  54. </html>

comments powered by Disqus