HTML
HTML
HTML
Definitions 2
There are many different programs that you can use to create web
documents.
HTML Editors enable users to create documents quickly and easily by
pushing a few buttons. Instead of entering all of the HTML codes by hand.
These programs will generate the HTML Source Code for you.
Choosing Text Editor 6
NotePad is the standard text editor that comes with the microsoft windows
operating system. To start NotePad in windows 9x or XP follow the
steps bellow:
Click on the “Start” button located on your Windows task bar.
Click on “Programs” and then click on the directory menu labeled
“Accessories”.
Locate the shortcut “NotePad” and click the shortcut once.
HTML Page Creation & Editing
8
Document
The HEAD of your document point to above
window part. The TITLE of your document
appears in the very top line of the user’s browser.
If the user chooses to “Bookmark” your page or
save as a “Favorite”; it is the TITLE that is added
to the list.
The text in your TITLE should be as descriptive
as possible because this is what many search
engines, on the internet, use for indexing your
site.
Setting Document Properties 11
Colors are set using “RGB” color codes, which are, represented as
hexadecimal values. Each 2-digit section of the code represents the
amount, in sequence, of red, green or blue that forms the color. For
example, a RGB value with 00 as the first two digits has no red in the
color.
Main Colours 13