Vous êtes sur la page 1sur 2

File Management Exercise

Sam (an intern for Gordens Clubhouse) has been assigned to make a website for his company.
He has created several pages but when the website went live he couldnt see some of the photos
and one of the links were broken. Help Sam fix these problems before Gorden finds out.

images
guns.html

gun.jpg

Ammo.JPG

knives.html

bows.html

ammo.html

turnament.htm

Knife.gif

Problem 1
<a href=/tournament.html>Tournament Challenge</a><br>

Problem 2

<img src=images/Gun.jpg border = 0 alt=Gun type revolver >

Problem 3
<img src=images/Ammo.jpg border = 2 alt=Box of ammo >

Problem 4

Problem 5

<img src=images/Knife.jpg border = 0 alt=Multipurpose knife


>

<img src=images/Bow.jpg border = 1 alt=Crossbow >

Bow.jpg

File Management Exercise Solution


Problem 1
<a href=/tournament.html>Tournament
Challenge</a><br>

In problem 1 there is an o in tournament, but he misspelled it in


the file name. There is also an l missing on the file name
extension.
Problem 2
<img src=images/Gun.jpg border = 0 alt=Gun type revolver >

In problem 2 the file name had a lower case g in gun.


Problem 3
<img src=images/Ammo.jpg border = 2 alt=Box of ammo >

In problem 3 the file names extension was JPG not jpg.


Problem 4
<img src=images/Knife.jpg border = 0 alt=Multipurpose knife
>

In problem 4 the file names extension was a gif file not jpg.
Problem 5
<img src=images/Bow.jpg border = 1 alt=Crossbow >

In problem 5 the file isnt in the images folder so there is not


need for the images/.

Vous aimerez peut-être aussi