Friday, October 26, 2012

October 26 Online Discussion Question 4

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

9 comments:

  1. Top100.html--> darkside.gif:
    Answer:(images/cdcovers/darkside.gif)
    (Ethan)

    ReplyDelete
  2. genres.html--> pinkfloyd.html
    Answer: (rock/pinkfloyd.html)
    (Autumn)

    ReplyDelete
  3. pinkfloyd.html--> darkside.gif
    Answer: (images/cdcovers/darkside.gif)
    Gracie

    ReplyDelete
    Replies
    1. You are very close, you are missing the two folders that you need to travel back up to get to images.

      Answer: href="../../images/cdcover/darkside.gif"

      Delete
  4. coldplay.html --> top100.html
    Answer: (../../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.

    ReplyDelete
    Replies
    1. And there are 2 dots there.. o_o Hard to see. [Collin]

      Delete
    2. You are correct, and those that I didn't write any comments on are also correct.

      Delete
  5. pinkfloyd.html-->logo.gif
    Answer: ../../images/logo.gif

    I'm not feeling to confident about this answer.
    ~Brie

    ReplyDelete
    Replies
    1. 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. :)

      Good work to everyone else that did these correctly! They can be quite tricky!

      Delete