|
This is the HTML page of my site. Here I will attempt to explain the wonders of HTML, on which everything on the Internet is built. First of all, you'll need a good text editor. Notepad or Gedit will work just fine for HTML, just save the file with the .html extension. Notepad++ is a good free editor, it highlights syntax and supports many other languages. HTML is probably the easiest computer language to learn and to use. <code> <b>: Bold text
<i>: Italic text
<big>: Big text
<sub>: Subscripted text
<sup>: Superscripted text
<em>: Emphasized text
<small>: Small text
<ins>: Inserted text
<del>: Deleted text
<strong>: Strong text
</code>
|