html.html 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" type="image/png" href="https://owlman.neocities.org/favicon.ico" />
  5. <title>HTML</title>
  6. <body bgcolor="#CCCCCC" text="#000000">
  7. <!-- -->
  8. <!-- Because you are reading this, it must mean only one thing; you -->
  9. <!-- are looking at our page source, well, hope you like the -->
  10. <!-- look of it! -->
  11. <!-- -->
  12. <!-- The Penny's Pages Wiki was made by members of the Neocities -->
  13. <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
  14. <!-- enjoying reading our articles. -->
  15. <!-- -->
  16. <!-- Penny's Pages is composed of original material, and may be used -->
  17. <!-- as long as you follow CC BY-NC-SA 3.0 -->
  18. <!-- -->
  19. <!-- Our URL: https://thewikion.neocities.org/ -->
  20. <!-- -->
  21. <!-- Enjoy the rest of your night, young Internet search astronaut! -->
  22. <!-- -->
  23. <TABLE WIDTH=750><TD VALIGN=TOP>
  24. <h1>HTML</h1>
  25. <p>
  26. <span title="&#x3C;&#x41;&#x3E;&#x3A;&#x20;&#x4C;&#x69;&#x6B;&#x65;&#x20;&#x3C;&#x2F;&#x61;&#x3E;&#x74;&#x68;&#x69;&#x73;&#x2E;&#x26;&#x6E;&#x62;&#x73;&#x70;&#x3B;"><img src="img/xkcd_1144.png"></span>
  27. <p>
  28. The Web is made out of HTML.
  29. <p>
  30. HTML, or HyperText Markup Language is a markup language that is used for making webpages such as this one you're viewing right now. HTML is used for putting in written text, links, photos, and sound and video. HTML is used to mark and describe each of these kinds of content so the web browser can show them correctly.
  31. <p>
  32. A lot of the time people like to add Cascading Style Sheets (CSS) and JavaScript to their HTML code. CSS is used to change the way a page will look to the viewer, while JavaScript is used to add features to webpages and make them more interactive.
  33. <p>
  34. <h2>Useful Links</h2>
  35. <p>
  36. <b>A.N. Lucas's Guide to HTML</b></br>
  37. <tt><a href="https://anlucas.neocities.org/LearnHtml.html">https://anlucas.neocities.org/LearnHtml.html</a></tt>
  38. <p>
  39. Useful starting point for any new comers to HTML.
  40. <p>
  41. <b>HTML5 Tutorial</b></br>
  42. <tt><a href="https://www.w3schools.com/html/">https://www.w3schools.com/html/</a></tt>
  43. <p>
  44. Very handy tutorial for learning HTML5, this is the best place to start if you know nothing about HTML.
  45. <p>
  46. <b>Neocities HTML Tutorial</b>
  47. <p>
  48. <P>
  49. <hr></hr>
  50. <tt>References
  51. <P>
  52. I. The comic at the top is from XKCD</br>
  53. <a href="https://www.xkcd.com/1144/">https://www.xkcd.com/1144/</a> [<a href="http://web.archive.org/web/20180529235607/https://www.xkcd.com/1144/">Internet Archive</a>, <a href="https://archive.li/BqEMC">archive.is</A>]
  54. <p>
  55. <a href="http://www.explainxkcd.com/wiki/index.php/1144:_Tags">http://www.explainxkcd.com/wiki/index.php/1144:_Tags</a> [<a href="http://web.archive.org/web/20180529235621/http://www.explainxkcd.com/wiki/index.php/1144:_Tags">Internet Archive</a>, <a href="https://archive.li/cexff">archive.is</A>]
  56. <P></tt>
  57. <font color="black"><center>&#x2605;</center></font color>
  58. </body>
  59. </html>