Você está na página 1de 4

Homework Title / No.

: ____________________________________________Course Code :
_________

Course Instructor : ______________________ Course Tutor (if applicable) : ____________

Date of Allotment : _____________________ Date of submission : ___________________

Student’s Roll No._______________________ Section No. : _________________________

Declaration:
I declare that this assignment is my individual work. I have not copied from any other student’s work
or from any other source except where due acknowledgment is made explicitly in the text, nor has any
part been written for me by another person.

Student’s Signature :
_____________

Evaluator’s comments:
_____________________________________________________________________

Marks obtained : ___________ out of ______________________

Content of Homework should start from this page only:


HOME WORK -4
CAP-209: GRAPHIC TOOLS

PART A

1. Write the HTML code to make a list as below :

Subjects in this semester are:


1. CAP209
2. MGT526

• MGT767

• CAP216
Ans:-
<html><p>Subjects in this semester are:</p>
<ol>
<li>MGT767</li>
<li>CAP216</li>
</ol>
<ul>
<li> CAP209</li>
<li>MGT526</li>
</ul>
</html>

2. What is URL? Explain each part of the URL in detail.

Ans: - it means uniform resource locator that stores the address and other destination
details of webpage. Each page in the World Wide Web is a URL provides the
following three details about the webpage:

Service description:-the protocols to be used like http, ftp, and file.


Internet address:-the next part of the URL displays the internet address at which the
file containing the required page can be found.
Source address:-the last part of URL contains the path for the destination where feel
actually lies

Example:-http://www.crmworld.com/aboutus

Types of URL:-depending on location of the document to which you are linking for
example, a URL will be longer and include more information if the file is one World
Wide Web and the file will be shorter and include information if the file is on your
local computer or server.

Absolute URL:-
It contains the protocol indicator, hostnames, folder me and filename.
Example:-http://www.crmworld.com/services/index.html

Relative URL:-it usually contains only the folder name and file name or even just file
name.

PART B

3. What do you mean by a Hyperlink? Can any text, image or figure in a webpage can be
converted into to a hyperlink? How many types of hyperlinks are there? Explain all
types in detail.
Ans:-
As we know the world wide web have a ability to have the browser display another
page of the website or any site of the web simply by clicking on some text or image or
figure. This click-sensitive element that when clicked opens some other webpage is
known as hyperlink. This click-sensitive element that when clicked opens some other
webpage known as hyperlink

Yes it is possible that any text or image can be converted into hyperlink.
There are two types of hyper link:-

Implicitly anchored hyperlink:-


The link which when clicked opens some other webpage in web browser is known as
an implicitly anchored hyperlink.

Explicitly anchored hyperlink


The link, which when clicked display some other portion or section of the some web
page, is known as explicitly anchored hyperlink

4. How many types of workspaces are available in the Dreamweaver? Explain all types
in detail.
Ans:-there are following workplaces in the Dreamweaver:-

Designer workplace:-
Features a single large application window that uses a multiple document interface
(MDI) to present views of your document surrounded by various Dreamweaver
menus, toolbars panels. In designer workplace, you can have documents open in
separate windows.

Coder workplace:-is really just a variation on the designer workplace the main
difference between the to workplace is that in coder workplace. The panel dock is
positioned on the left instead of the right, the property inspector panel does not open
by default and the document window defaults to code view the designer workplace
merges all the Dreamweaver document window and panels into one application
window.

Você também pode gostar