Problem #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.
Problem #2: On your web page, you want to include an image called myPic.jpg that is in the same directory as your web page. Write the html code to have the picture show on the page.
Problem #3: 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 #4: You are writing a web page called myIntro.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 #5: 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 #6: What code would you include to make the font in a paragraph green and centered? Where would you put the code?
Problem #7: Using HTML, write a list of the courses you are currently taking using an ordered list.
Problem #8: You are writing a web page called introduction.html. In the page, you want to link to the Bristol home page which is at www.bristolcc.edu. Write the line of HTML code to make this link work?
Problem #9: If you go to the Site Resources on the left side of my CIS120 page and click on Smartboard you will bring up an index to the Smartboard files, Now look for SQL Access 2016 (2/7/19). What is the name of the file that it lets you open or save?
Problem #10: (True or False and Why) Access is a database which has tables and the tables contain records of data. Each piece of data is stored in a field so there might be an id field, a name field, an address field etc on each record.