|
CUSTOMISING YOUR WEBCT
MODULE
Basic HTML
Web pages use different programming from
word documents. Most of us initially create our web pages with
an editor eg Composer or Front Page, Dreamweaver or Pagemill.
Editors make it as easy as using Word.
But for altering little things in online
courses, you don't really want to have to download the whole
thing, open in an editor, change, upload etc. You can just open
your file in the html format and type in the changes if you know
the html codes.
Here they are - not all of them, but enough
to allow you to make simple changes.
Note that all HTML instructions need to
sit inside these marks <don't know what they are called
though!>
|
simply change text |
select and type over just as in Word |
|
centre |
<CENTER> note American spelling</CENTER> |
|
bold |
<B>makes it bold</B> |
|
insert an image |
<IMG SRC = "file_name" > |
|
insert a space |
|
|
insert a line break |
<BR> and it makes a new line
like this</BR> |
|
insert a paragraph |
<P> to make a new paragraph</P>
like this has just done. |
|
insert a link |
<A HREF="http://www.tafe.sa.edu.au/top/esl/">SA
TAFE</A>
where the SA TAFE becomes the text link. |
|
change font type |
<FONT FACE="comic sans"> which would change this
default font for example to
the comic
sans font |
|
big heading |
<H1> make
big</H1> |
|
small heading |
<H6> make tiny </H6>
(with H2 to H5 being in between heading sizes) |
|
There is masses of information available on the web. If you want
more than these very bare bones, try: |
- http://werbach.com/barebones/
- http://www.geocities.com/~annabella/html.html
- http://www.geocities.com/EnchantedForest/5345/Tutorial/framset.htm
- http://www4.ewebcity.com/pcbill/
|
 |
Next: how to add students to your course |