Frequently Asked Questions



  1. What do I have to know about computers for this class?
  2. Can I use my computer at home?
  3. Can I take this class if I don't have a computer at home?
  4. Why isn't my subscription to the mailing list working?
  5. When I reply to an email, why does my reply go to the whole class?
  6. I included a picture and can see it home but not in school. What did I do wrong?
  7. Should I use lower case or upper case for tags?
  8. Why are my hyperlinks coming out all wrong or not loading?
  9. Why doesn't my link show up?


  1. What do I have to know about computers for this class?

    Not much. It helps if you are familiar with computer basics, such as opening and saving files and using email. Basically, you will be taught all that you need to know for this class.

  2. Can I use my computer at home?

    Yes. But you must have Internet Explorer and Netscape Navigator. You cannot use only the AOL browser.

  3. Can I take this class if I don't have a computer at home?

    Yes. You may use a school computer in the Atrium, one of the largest and most up-to-date computing facilities, in the Wolfe lab, or in the Library Cafe.

  4. Why isn't my subscription to the mailing list working?

  5. When I reply to an email, why does my reply go to the whole class?

    Because the message you are replying to was sent to the whole mailing list, not just to you personally. So when you reply, your reply is going to the whole mailing list, not just to the sender of the original message.

  6. I included a picture and can see it home but not in school. What did I do wrong?

    They are a few reasons that this could happen. The most common are:

  7. Should I use lower case or upper case for tags?

    Tags are case insensitive, so it doesn't matter. This is just a matter of style. Many people prefer upper case, as it makes the tags "stand out" better amongst the text.

  8. Why are my hyperlinks coming out all wrong or not loading?

    Your markup may include syntax errors that affect links. The most common are:

  9. Why doesn't my link show up?

    You probably forgot to include the words between the open and close of the anchor tag, which are displayed as a hyperlink. For exapmle, the following diplays no link: <A HREF="mypage.html"></A>. The correct way to display a link is: <A HREF="mypage.html">visit mypage.html</A>, where 'visit mypage.html' is displayed as a link.

Back to Top