Using page 70 in you textbook as a reference, choose one of the following source/destination combinations and write a complete "href" for it. Only one set for each student - first come, first serve basis.
Example:
source/destination:
coldplay.html --> genres.html
complete href:
href="../genres.html"
Here are your choices: (Remember, only one per student)
genres.html --> pinkfloyd.html
top100.html --> darkside.gif
coldplay.html --> top100.html
pinkfloyd.html --> logo.gif
top100.html --> coldplay.html
pinkfloyd.html --> darkside.gif
coldplay.html --> xandy.gif
Top100.html--> darkside.gif:
ReplyDeleteAnswer:(images/cdcovers/darkside.gif)
(Ethan)
genres.html--> pinkfloyd.html
ReplyDeleteAnswer: (rock/pinkfloyd.html)
(Autumn)
pinkfloyd.html--> darkside.gif
ReplyDeleteAnswer: (images/cdcovers/darkside.gif)
Gracie
You are very close, you are missing the two folders that you need to travel back up to get to images.
DeleteAnswer: href="../../images/cdcover/darkside.gif"
coldplay.html --> top100.html
ReplyDeleteAnswer: (../../top100.html)
[Collin]
That one was kinda tricky.. I dunno if I did it right or not... I wouldn't recommend copying off of mine. x'D.
And there are 2 dots there.. o_o Hard to see. [Collin]
DeleteYou are correct, and those that I didn't write any comments on are also correct.
Deletepinkfloyd.html-->logo.gif
ReplyDeleteAnswer: ../../images/logo.gif
I'm not feeling to confident about this answer.
~Brie
You should be confident because it is correct. You went up two folders, and then went down one into the images folder and listed the correct image with the correct extension. :)
DeleteGood work to everyone else that did these correctly! They can be quite tricky!