Setting Up a WebLog

back to Advanced Multimedia to Hypermedia
   

Lesson for today

 

1

Open Note Pad

2

save the file as index.htm in a new Folder you will create called WebLog in the My Documents folder

3

Copy and Paste the following into the file

<html>
<head>
</head>
<body>
</body>
</html>

save it

4

Between the head tags type <title>Your Name WebLog</title>

5

Headings <h1> </h1>

6

Text Style  <i> </i> <b> </b>  <blink> </blink>

7

Links <a href="(address or file)">Name of link</a>

8

Images <img src=" name and address of image">

9


Centering <center> </center>

10

  Colours {Colors} <body bgcolor="#........."text="#......." link="#......." alink="#......." vlink"#......">

Hexadecimal codes of colors

000000 = black
FFFFFF = white
FF0000 = red
0000FF = blue
FFFF00 = yellow
5C3317 = brown

11

Lists <ol>
       <li> sandwiches
       <li>hot dogs
        <li>souvlaki
         <li>soup
     </ol>

Now change <ol> </ol>  to <ul>  </ul>

12

Extras  <hr>  hard rule <p> start a new paragraph or skip a line .

13

To check on your work save file and open file with an Internet Browser

 

14

Now we will up load this file into WebCT

 

15

Open WebCT log on Go to WebLog area

 

16

Go to your Area ( notice the Edit Files area is selected

17

Upload your file (named index.htm)

18

Check to see if it works

19

If yes we will put a picture into it

20

If NO , then start bebugging

 

 

to the top