Take Quiz 1

Your full name: 
Your email address: (e.g.: you@aol.com
  1. What does FTP stand for?


  2. What's the difference between a tag and an attribute?


  3. Which of the following is true of a heading, as opposed to a title? 
    • it's defined by <head></heading>
    • It's not part of the body of an html document.
    • It is always italicized.
    • It can come in many sizes.

  4. Which of the following is "relative URL" (as opposed to an "absolute url") that would work on a published page?
     


  5. Why do we FTP? What information do we need to do it? What program can we use to FTP?
     


  6. Which of the following is a domain name?


  7. Let's say I want to publish a page called "index.html" from my root directory. "index.html" contains a picture called "me_at_12.gif," which is in a folder called "images" within the root directory. Describe the steps you would take to publish the page so that the image appears on the web.


  8. In the above scenario, how would I correctly refer to "me_at_12.gif" in my html code?


  9. Now let's say I had a page called "bio.html" in a folder called "pages" that is within the root directory. If I wanted to include "me_at_12.gif" in "bio.html," how would I designate it in my code?



  10. Given what you know about safely naming file names for the web, which of the following file names has the best chance of working in a published site?