This semester, I will post short quiz questions at the website for Tuesday and/or Thursday. You need to turn in the answers in an email (no attachments, just on an email). If the post is for Tuesday the questions must be turned in by Thursday, if the post is for Thursday they must be turned in by Saturday. Over the course of the semester, my goal is to post 50 to 100 questions plus some for extra credit. Taken together these quizzes will count as an exam. I will not accept late quiz answers.

Question #1: You write your HTML page in Notepad. Then you save it with a ___________ extension. Then you open it in a _____________. If the page does not appear as you wanted, you go back to the code in _____________ and determine what you need to change.

Question #2: You are writing a web page called mypage.html. In the page, you want to link to a page called newpage.html which is located in the same directory. Write the html code to make this link.

Question #3: On your web page, you want to include an image called myimage.gif. Write the html code to have the picture show on the page.

Question #4: I need to correct your html pages called mypage.html which includes the image called myimage.gif and newpage.html. What attachments will be in your email.

Question #5: What does HTML stand for? Is HTML considered a programming language?>/p>

Question #6: True or False (and why): In Access, the field(s) labeled as the primary key must contain data and the data must be unique. No two primary keys can have the same value.

Question #7: True or False (and why): If two things in an Access query are in an OR relationship, they both have to be true to meet the criteria?

Question #8: In Access, if you have a situation where condA has to be true and in addition either condB or condC has to be true, how would you enter the conditions on the criteria and or lines in a query.

Question #9: True or False: Grocer Rule: When programming and developing using Access and other databases, you should not use embedded spaces when you give something a name.