This is step 9
hello this is my first homepage
this text is on the next line...
and this is on
third line
but wait there's more!
look at the title bar at the top... it sais "my page" now.
- this is a list...
- you can put things in a list
- and they will appear under eachother
with a dot before them
- this is a special list.
- it counts the things you put in the list
- nice for lists of things you have to do...
you can make colorful text too... like this:
blue
red
brown
white
any color really...
in the next page you will learn how to make links
to other pages then there will be a link to a list with
a lot of color examples.
this is a link: another place
if you want to know more about color names you can go here:
color page
see how links work? you use <A href=""> and put the location of
the page between the "quotes".
we're almost done!
tables are tricky... you can use them for layout
and to present numbers in columns and rows...
a very simple table looks like this:
first row
first column
|
first row
second column
|
second row
first column
|
second row
second column
|
<TR> is around the rows and <TD> is around the columns
and you first have to close your column with </TD> before you can
close the row with </TR>... that's all...
for special tricks you can look at the code of my homepage.