|
HTML Help
What Is It?
HTML stands for "Hypertext Mark-Up Language" and it is the hidden code that makes websites appear so nicely on your computer screen. It sounds difficult and complex, but HTML is based on a very simple coding that anyone can learn, no matter how young or old or how educated you are. In fact, I taught myself HTML from tutorials like this one and suggestions from nice people when I was only fourteen-years-old.
All you need to learn HTML is a positive attitude and patience. Okay, now here is the very first tip that you need to remember while learning HTML.
Tip #1:
Other than two exceptions (which we will learn later) all HTML codes having an opening tag and a closing tag. Here is what the simplest "tags" look like:
| Opening "bold" tag: |
|
| Closing "bold" tag: |
|
Put the opening tag before the text you want to bold and the closing tag after, like this:
And now your text will look like this:
See how easy HTML codes are and how it will help you improve the look of your Student Homepage or Student Blog?
If you are ready to begin learning HTML, continue to Basic Codes.
|