This tutorial will teach you how to write your own web pages by using HTML. You
don't need any expensive HTML editor to use this guide... any text editor will do
just fine! You probably have one that free came with your computer.
This tutorial gives you practice space to test your HTML skills as you learn
them in your web browser without needing to save any files on your computer.
That said, we'll still explain the techniques used by pros to edit the files themselves.
In other words, with this course, you can learn HTML and practice
typing it from this site without leaving your web browser!
Test it out! Don't worry about the codes, we'll explain those as you
learn. For example, h1 makes text very big for a heading, and we can
center it. (You don't need to remember that right now, we're going to cover
it during the course of the tutorial!)
Click "Check It Out!" to see it in action. You can even change the words in between
the h1 tags to see how the rest of this tutorial will work. It's fun!
So, click Check It Out! to see what the HTML code does, then hit "BACK"
in your web browser, change the words. Then click Check it Out! again. This
is how we'll learn HTML. But we need to cover several basics first. It may seem like a lot of information to get started,
but there are some things you just need to know.
So, here starts the boring, technical information, that you'll need to know in
the long run... luckily, the remainder of learning HTML (after this page) is really fun!
By learning HTML, you will have much more control over how your web pages look, and you'll more easily discover ways to make your web pages look even better.
HTML can be created on virtually any type of computer. Windows, Mac, Linux... all of these computers can create HTML files.
HTML files use a standard text format. This means you can write it on a Windows
computer, and a Mac computer can load it just fine, or write it on a Mac, and it'll
load on a Windows computer just fine. (In fact, it'll work on Linux computers, and
even other types of computers, no matter what type of computer created the
file.)
In Windows, an easy way to edit HTML is to use Notepad. On Mac OS X, you
can use TextEdit. On Linux, you have a wide variety of choices (although I generally use pico).
If you'd prefer to use a word processor like Word to write your HTML code, you can do so, but you need to save your files as "Text" or "Text Only" instead of "DOC" or "DOCX."
You'll see this option in a drop down box in your "Save As..." screen.
If you use a word processor and forget to save it as Text format, you'll see only garbled data when you try to view your page with a web browser.
|