This semester, I will post short quiz questions at the website. 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.

Problem #1: What is the address or URL for the web page that shows the Smartboard presentations?


Problem #2: What is the address or URL for the web page that shows the audio of the lectures for CIS120?


Problem #3: If you go to the Audio/Lectures and click on:More HTML (1/26/17) Accompanying Smartboard presentation. What is the name of the file that it lets you open or save?


Problem #4: The close tag for the body tag is: _____________________


Problem #5: 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.


Problem #6: I need to correct your html project which includes two pages. The first one is called firstpage.html and it includes the image called BCC.gif. The second page is called secondpage.html and includes the image myPic.jpg. What attachments will be in your email.


Problem #7: On your web page, you want to include an image called myPic.jpg. Write the html code to have the picture show on the page.


Problem #8: You are writing a web page called introduction.html. In the page, you want to link to a page called resume.html which is located in the same directory. Write the HTML code to make this link.


Problem #9: You are writing a web page called introduction.html. In the page, you want to link to the BCC home page which is at www.bristolcc.edu. Write the line of HTML code to make this link work?


Problem #10: Using HTML, write a list of the courses you are currently taking using an ordered list.