Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

computer labs

lab3

Complete the weekly lab based on the following:

  • Write the code for each lab assignment.
  • The code is to be submitted in a single compressed folder (zip file) to the online course shell. The file must contain all .htm files, along with any other files that may be necessary for your project to run (ex: text files, images, etc.). 
  • When saving the file, it should be saved as Lab_#_Last name_First initial.htm. For example, if your name is Mary Smith the file for Lab 1 should be saved as Lab_1_Smith_M.htm
  • Any and all written answers must be entered into the online course shell with the submission of the attached lab assignment.

Follow the directions below to complete Lab Assignment 3:

  1. Create a storyboard for a four (4) page Website (one (1) home page and three (3) sub pages) and one (1) Cascading Style Sheet (.css). Using Microsoft Word, Microsoft Visio, or Dia, create a diagram of the layout and navigation structure.
  2. Explain the effects that the Cascading Style Sheet (.css) will have on the Web page. There must be a minimum of two (2) changes. Be sure to include detail. (Example: The Cascading Style Sheet (.css) will make the background color grey and change all H1 font to blue.) 
  3. Describe what the home page will look like. (Will it have text? Will it have headings? Will it have an image? Etc.)
  4. Describe what the first, second, and third sub pages will look like. (Will they have text? Will they have headings? Will they have images? Etc.)

Lab6

Complete the weekly lab based on the following:

  • Write the code for each lab assignment.
  • The code is to be submitted in a single compressed folder (zip file) to the online course shell. The file must contain all .htm files, along with any other files that may be necessary for your project to run (ex: text files, images, etc.). 
  • When saving the file, it should be saved as Lab_#_Last name_First initial.htm. For example, if your name is Mary Smith the file for Lab 1 should be saved as Lab_1_Smith_M.htm
  • Any and all written answers must be entered into the online course shell with the submission of the attached lab assignment.

Follow the directions below to complete Lab Assignment 6:

  1. Create a Web page and a Cascading Style Sheet (.css) that adds color to the page.
  2. Re-create the Web page and the table as shown. 
  3. Create a caption for a student’s name. 
  4. Create a 1px table border.
  5. Create weekday headings.
  6. Create time headings.
  7. Create multiple column coverage as shown for: 
    1. “Homeroom”.
    2. “Dismissed”.
  8. Create multiple column coverage and a centered bold tag for “ Lunch” as shown.
  9. Create multiple row coverage for “Gym” on Monday from 2:00 and 3:00 as shown.

lab7

Complete the weekly lab based on the following:

  • Write the code for each lab assignment.
  • The code is to be submitted in a single compressed folder (zip file) to the online course shell. The file must contain all .htm files, along with any other files that may be necessary for your project to run (ex: text files, images, etc.). 
  • When saving the file, it should be saved as Lab_#_Last name_First initial.htm. For example, if your name is Mary Smith the file for Lab 1 should be saved as Lab_1_Smith_M.htm
  • Any and all written answers must be entered into the online course shell with the submission of the attached lab assignment.

Follow the directions below to complete Lab Assignment 7:

Note: The CGI bin script does not work for us because we do not have a server to run it on. 

Therefore, we will use the code listed here instead of the .js files.

In order to have the Submit and Cancel buttons clear the fields, put this line in your code: 

After your <head> tag:  

 <meta charset="utf-8" />

And this line after your <body> tag:

<form id='sampleform' method='post' action='' >

The above code will help the fields clear without taking you away from the page.

  1. Re-create the Web page with a form, and create a heading that states your name and the purpose of the page. Example: “Mary Smith’s Sample Form Page” states the purpose of the page. 
  2. Create an entry field for:
    1. “Name”.
    2. “Street Address”.
    3. “City”.
    4. “State (abbr.)”.
  3. Create the formstxt.css sheet and apply it to the page.
  4. Enter your city and state as the default values for the fields.
  5. Use local tags on the page to override the .ccs and set the size of the font for “Student Information” to 16 pt. 
  6. Create the “Submit” and “Cancel” buttons. 
  7. Validate that the buttons clear the name and street address when selected.
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question