Well, HTML stands for Hyper Text Markup Language. It
is a language that was designed originally to affect the way webpages look and nothing else. Today however, combined
with some other things, HTML is really the most important language to know. In this tutorial I will teach the very basics.
Step 1. Brackets
In HTML all commands are typed within <these> Those are called brackets.
So, whenever you type a command it starts like <this> and ends like </this> Notice how it ends with /command.
That is very important. The /command tells the computer that that particular piece of coding is now over.
Step 2.
Common Tags
The first and probably main tag that you should know now is the <html> tag. This indicates that a
HTML page is starting. Another important tag is the <title> </title> tag. What is inbetween those tags is what
the viewer sees at the very top of their browser. For instance, on this page it says "The Dark Gift"
Step 3. More...
This
is a lot more that you can do with HTML. You can read my next tutorial,
|
 |
Read The Basics
|
 |
|
 |
|
|