|
You can do IT is a regular feature
of laterlife.com aimed at trying to help
laterlife visitors make the most of Information
Technology on or off the web.
Jackie Sherman who runs the
You can do IT Question & Answer
section is an IT trainer and author. Jackie has spent
her career in education and specialises in teaching
IT to adults. Her courses for adults include such
topics as MS Office, the Internet, e-mail and basic
web page authoring.
Jackie has also written the two books shown
here - you can find more details about these by
clicking on the cover images above. Jackie has
also been running a course specifically for over
50s.
Via laterlife.com Jackie aims to
particularly help those new to IT and the web to build
up knowledge and confidence, so no question is too
basic. At the same time she will cover Q&As for the
more experienced user.
So if you would like to ask a question
of Jackie, why not email her jackie@laterlife.com
or if you have discovered something
which may be of interest to others in making the most
of the web, then she would love to hear about that too
jackie@laterlife.com
October
2004
In this final column, I am going to explain how you can
find out what details other people have used on their
web pages, and how to publish your own on the
Internet.
HTML Source
Web pages are divided into different areas, and these
comprise the main content of the page known as the
“body” and an upper part, the “head” not normally
visible.
When creating the page, your authoring software writes
the code. It introduces the different parts within
angled brackets: e.g. <head> or <body> at
the beginning of the section and </head> or
</body>at the end. Between these, you will
find each paragraph and line introduced with code in a
similar way. View your page as code by selecting the
View – HTML menu option.
The body section contains all your text, so that you
should be able to identify this, together with the code
which you can set to display in different
colours. Some of the code you can see in the
example below is the heading level of text (hi, h2
etc.), the background colour (bgcolor), a new paragraph
(p) and the text alignment (e.g. align = center).
|