This semester, I will post short quiz questions at the website.

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


Problem #2: 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 #3: If you go to the Smartboard and click on: Server login and intro Access 2016 (1/31/19) What is the name of the file that it lets you open or save?


Problem #4: Explain how you get into my area on Zoon.


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: Where do you use an .html extension and why?


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


Problem #8: 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 #9: 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 #10: 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.