CIW Course Revision Site

Tutor Marked Assignment TMA-07

CIW Website Design Manager Course Section 1

Note: This tutor marked assignment may not be the latest version. I am aware that a more recent version of the course manual has been released which may include different assignments.

TMA-07 - CD Access Code: 15834

You will need pop-ups enabled in your browser for some of the questions in this assignment. JavaScript should also be enabled.

Q1.  Which of the following would display a line starting at the left margin that extends halfway across the page?

Hint: Look at this one closely, as they are trying to catch you out. Small errors, like a missing quote can be the difference between right and wrong. There are two correct choices

Q2. WIDTH can be specified in terms of:

Q3. The number of bytes in an image file is not directly related to it's physical dimensions:

Hint: This is one I'm certain the course has got wrong! Their answer is B implying that the file size IS directly related to the image size. I suppose that for a given file format and colour depth, then maybe this could be the case, but I'm not convinced as image complexity is also a factor.

Q4. The syntax for using the anchor tag to create a link is:

Hint: There are two correct answers

Q5. From the list below choose the words that will fill in those that are missing in the following paragraph:

________ is a container tag. It encloses ________ tags, which are ________ tags that define the regions of the image map. Acceptable values for the ________ attribute are ________ for a rectangle, ________ for a circular area, or ________ for any other shape.

Words to choose from:

full <IMAGEMAP>
<AREA> "rec"
SHAPE MapName
"poly" "other"
container USEMAP
empty "oval"
"rect" "circ"
"polygon" "circle"
<MAP> "shape"

 

Q6. Which of the four images shown below correspond with the following HTML code:

Hint: I haven't given any pointers to the image differences in these remaining questions as with the HTML pages you will view here, the differences are readily apparent, unlike the printed images in the course material.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

<HTML>
<HEAD>
	<TITLE>Holidays</TITLE>
</HEAD>

<BODY>
<B>Welcome to New Island Holidays/</B>
<BR><BR>
<STRONG>New Island</STRONG> is a small community just a few miles
north of New Zealand.
It is a perfect unspoiled world, developed to house only 10 holiday resorts.

Each one having their own beach paradise.

</BODY>
</HTML>

The actual assignment displays graphical images of possible output, here we will display 4 possible pages to compare to the code.

Q7. Which of the four images shown below correspond with the following HTML code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

<HTML>
<HEAD>
	<TITLE>Holidays</TITLE>
</HEAD>

<BODY>
<H1>Welcome to New Island Holidays</H1>
<BR>
<STRONG>New Island</STRONG> is a small community just a few miles
north of New Zealand.
It is a perfect unspoiled world, developed to house only 10 holiday resorts.
<BR>
Each one having their own beach paradise.
<BR>
<H3>What you will find there:</H3>
4 miles of white beaches<BR>
Central area with pub and shopping centre<BR>
Adventure possibilities with boat trips and paragliding<BR>
Daytime tours to New Zealand<BR>
</BODY>
</HTML>

The actual assignment displays graphical images of possible output, here we will display 4 possible pages to compare to the code.

Q8. Which of the four images shown below correspond with the following HTML code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

<HTML>
<HEAD>
	<TITLE>Holidays A</TITLE>
</HEAD>

<BODY>
<H1>Welcome to New Island Holidays</H1>
<BR>
<STRONG>New Island</STRONG> is a small community just a few miles
north of New Zealand.
It is a perfect unspoiled world, developed to house only 10 holiday resorts.
<BR>
Each one having their own beach paradise.
<BR><BR>
<H2>What you will find there:</H3>
<UL>
<LI>4 miles of white beaches</LI>
<LI>Central area with pub and shopping centre</LI>
<LI>Adventure possibilities with boat trips and paragliding</LI>
<LI>Daytime tours to New Zealand</LI>
</UL>
<H4>Price Groups:</H4>
<OL>
<LI>7 days, apartment share 4 people - £340 per person</LI>
<LI>14 days, apartment share 4 people - £240 per person</LI>
<LI>7 days, apartment share 2 people - £460 per person</LI>
<LI>14 days, apartment share 2 people - £360 per person</LI>
</OL>
</BODY>
</HTML>

The actual assignment displays graphical images of possible output, here we will display 4 possible pages to compare to the code.

Q9. Which of the four images shown below correspond with the following HTML code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

<HTML>
<HEAD>
	<TITLE>Holidays C</TITLE>
</HEAD>

<BODY BGCOLOR="Gray">
<FONT SIZE="4" COLOR="Navy" FACE="Arial">
<H1>Welcome to New Island Holidays</H1></FONT>
<HR><BR><FONT SIZE="4" COLOR="Maroon" FACE="Arial">
<STRONG>New Island</STRONG> is a small community just a few miles
north of New Zealand.
It is a perfect unspoiled world, developed to house only 10 holiday resorts.

Each one having their own beach paradise.
<HR><BR></FONT>
<H2>What you will find there:</H3>
<UL>
<LI>4 miles of white beaches</LI>
<LI>Central area with pub and shopping centre</LI>
<LI>Adventure possibilities with boat trips and paragliding</LI>
<LI>Daytime tours to New Zealand</LI>
</UL>
<HR>
<H4>Price Groups:</H4>
<OL>
<LI>7 days, apartment share 4 people - £340 per person</LI>
<LI>14 days, apartment share 4 people - £240 per person</LI>
<LI>7 days, apartment share 2 people - £460 per person</LI>
<LI>14 days, apartment share 2 people - £360 per person</LI>
</OL>
</BODY>
</HTML>

The actual assignment displays graphical images of possible output, here we will display 4 possible pages to compare to the code.

Q10. Which of the four images shown below correspond with the following HTML code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

<HTML>
<HEAD>
	<TITLE>Holidays C</TITLE>
</HEAD>

<BODY BGCOLOR="Gray">
<FONT SIZE="4" COLOR="Navy" FACE="Arial">
<H1>Welcome to New Island Holidays</H1></FONT>
<IMG SRC="NewIsland.jpg"><EM>Your next holiday destination?</EM>
<HR><BR><FONT SIZE="4" COLOR="Maroon" FACE="Arial">
<STRONG>New Island</STRONG> is a small community just a few miles
north of New Zealand.
It is a perfect unspoiled world, developed to house only 10 holiday resorts.

Each one having their own beach paradise.
<HR><BR></FONT>
<H2>What you will find there:</H3>
</h2>
<UL>
<LI>4 miles of white beaches</LI>
<LI>Central area with pub and shopping centre</LI>
<LI>Adventure possibilities with boat trips and paragliding</LI>
<LI>Daytime tours to New Zealand</LI>
</UL>
<HR>
<H4>Price Groups:</H4>
<OL>
<LI>7 days, apartment share 4 people - £340 per person</LI>
<LI>14 days, apartment share 4 people - £240 per person</LI>
<LI>7 days, apartment share 2 people - £460 per person</LI>
<LI>14 days, apartment share 2 people - £360 per person</LI>
</OL>
</BODY>
</HTML>

The actual assignment displays graphical images of possible output, here we will display 4 possible pages to compare to the code.

 

Design by Stephen

Certified Internet Webmaster

Page last Edited: 25 Nov 2011