For example, you might end up with text that looks like this:
My name
-
Skiing
-
Volleyball
-
Web page design
|
Notice
the icon to the left of the Location field below the toolbar changes
from
to when you edit this page. This
icon shows that you've made changes that you haven't saved yet. Choose
FileSave
to save your changes and the icon will become a solid web again.
By the way, if you created that
part of the page by writing the HTML code yourself, it would look like:
<H2 ALIGN=Center>My name</H2>
<UL>
<LI>
Skiing
<LI>
Volleyball
<LI>
Web page design
</UL>
This may not look so bad, but this is the simple stuff. Later, we'll do some
things that would be really difficult if you were hand-coding the HTML. For
an example, choose
ToolsShow
HTML to see the HTML behind this page. Luckily, we had AOLpress to help
us create this page! You can choose
FileClose
to close the HTML window. |