Sie sind auf Seite 1von 4

Chapter 7 - Introduction to Adobe Photoshop

Practical Exercises

1) Create a new Photoshop file with the name NEW and specify the color mode as CMYK with a
resolution of 1000 pixels/inch and a height of 640 pixels.
2) Open an existing Photoshop file saved in the D drive. Close the file and exit from Photoshop.

Chapter 1 - List and Images in HTML

Practical Exercises

1) Write the HTML code that will produce this list.


A. Introduction
B. Incomplete History of the World
a. Greeks
b. Romans
c. Middle Age
d. Renaissance
e. Industrial Revolution
f. Information Age
C. Twentieth Century
I. Famous People
a. Gandhi
b. Newton
c. Churchil
II. Inventions
a. Telephone
b. Automobile
c. Computer

2) What will be the output of the following code?


<HTML>
<HEAD>
<TITLE>List</TITLE>
</HEAD>
<BODY>
<OL TYPE=1>
<LI>Farm animals
<UL TYPE=square>
<LI>Cows
<LI>Chicken
<LI>House pets
</UL>
<LI>House pets
<UL TYPE=disc>
<LI>Hamster
<LI>Cat
</UL>
<LI>Wild animals
<UL TYPE=circle>
<LI>Moose
<LI>Cougar
<LI>Rattlesnake
</UL>
</OL>
</BODY>
</HTML>

Chapter 2 - Tables and Hyperlinks in HTML

Practical Exercises

1) Create a web page for displaying the personal details of students such as Roll no, Name, Sex, Class,
DOB, etc. Give an appropriate title to your web page. A sample table is shown here.
Personal Details of Students
Roll no Name Sex Class DOB City Phone
1. Priya Arora F VII A 06-02-99 Delhi 011-27478562
2. Tarun Kumar M VI-B 07-03-97 Delhi 011-24955672
3. Sahil Arora M VII-C 25-03-99 Delhi 011-27468900
4. Heena Jain F VIII-A 07-08-00 Delhi 011-27465690

2) Create an attractive web page named Devices!!.html as shown in the figure.


Link the list items to the following pages which display the image of the corresponding device.
o Mouse.html
o Scanner.html
o Monitor.html
o Printer.html
Chapter 4 - Introduction to MS Office FrontPage

Practical Exercises

Create a blank web page and perform these operations.


a. Set the background colour to green and the text colour to yellow.
b. Set the left and right margin of the web page to 85 pixels.
c. Write some text in the web page.
d. Save the page as my page.htm and view the web page in your browser.

Das könnte Ihnen auch gefallen