Lab1 MS-Word 1

The necessary files are here.


Projects :Lab manual Page 233-286



Lab2 MS-Word 2

The necessary files are here.


Projects : Lab manual Page 315-374



Lab3 MS-Excel 1

The necessary files are here.


Projects : Lab manual Page 587-665



Lab4 MS-Excel 2

The necessary files are here.


1. Project2A : Page 695-714


2. Project2B : Page 715-736


3. Html assignment1




Lab5 MS-Acess 1

The necessary files are here.


1. Project1A : Page 865-882


2. Project1B : Page 886-926


3. Html assignment2
The format of an ordered list is like this:
< ol >
< li > This is the first item < /li >
< li > This is the second item < /li >
< li > This is the third item < /li >
< /ol >
The format of an unordered list is like this:
< ul >
< li > This is the first item < /li >
< li > This is the second item < /li >
< li > This is the third item < /li >
< /ul >
The format of headers is like this:
< h1 > something < /h1 >
< h6 > something < /h6 >
If you want to get a personal Homepage http://student.ucr.edu/~xx/, I can help you.


Lab6 MS-Acess 2

The necessary files are here.


1. Project2A : Page 970-1020


2. Html assignment3
The format of a simple hyperlink is like this:
< a href="http://www.ucr.edu" > UCR home page < /a >

The format of adding an image is like this:
< img src ="http://www.ucr.edu/images/advert/a493.jpg" style="width: 406px; height: 30irx;" align="left" >

The format of a hyper picture is like this:
< a href="http://www.ucr.edu" > < img src="http://www.ucr.edu/images/advert/a493.jpg" > < /a >

Lab7 MS-Powerpoint 1

The necessary files are here.


1. Project1A : Page 1137-1178


2. Html assignment4
"mailto" link is like this:
< a href="mailto:jyang@cs.ucr.edu" >Click Here To Write Me< /a >


"anchor" is like this(you can find an example in my homepage):
< a href="#target" >This is the text that is the link< /a >
"some paragraphs and/or pictures here"
< a name="target" >< /a >


Lab8 MS-Powerpoint 2

The necessary files are here.


1. Project2A : Page 1209-1221


2. Project2B : Page 1223-1236


3. Html assignment5


Lab9 Html Tutorial