SlideShare a Scribd company logo
CIS 273 Week 2 Lab Assignment 1 Beginning HTML
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 1: Beginning HTML
Due CIS 273 Week 2 and worth 40 points
Deliverable: One (1) Web page (.htm)
Complete the CIS 273 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 1:
1. Using Notepad, or a similar text editor, create an .htm file that:
a. displays your name and the text “ Hello World!”
b. displays your name in the titlebar of the browser.
2. Declare the DOCTYPE for HTML5 and create a comment listing the
lab number, the author, and the date.
3. After the text “Hello World!” write five (5) lines of code
demonstrating headers 1 through 5. The text should identify what you
are displaying. Next, write two (2) lines of regular text.
4. Create:
a. an ordered list with three (3) line items.
b. an unordered list with three (3) line items.
c. a line of BOLD text.
d. a line of italicized text.
e. a line of underlined text.
5. All page tags should be appropriately opened and closed using the
correct tags.
********************************************
CIS 273 Week 2 Lab Assignment 2 Three Web Pages with
Hyperlinks
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 2: Three Web Pages with Hyperlinks
Due CIS 273 Week 2 and worth 40 points
Deliverable: Three (3) Web pages (.htm)
Complete the CIS 273 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 2:
1. Create three (3) Web pages: index.htm, tips.htm, and glossary.htm.
Open and close all tags appropriately using the correct tags.
2. Display your name in the title bar of the browser, declare the
DOCTYPE for HTML5, and create a comment listing the lab number,
the author, and the date.
3. Create links on each page that link to the other two (2) pages.
4. Create navigation links on each page that link to the other two (2)
pages.
5. On the home page, create an image linked to http://strayer.edu.
6. Create alternate text for the image link that says “Strayer University.”
7. On the glossary.htm page, create a definition list of at least five (5)
terms and their definitions.
8. In the definition list, create bold tags for the terms only (not the
definition).
9. Display the special characters “<” and “>” somewhere in the term
definitions.
10. On the glossary.htm page, create at least two (2) links to areas on the
same page.
********************************************
CIS 273 Week 3 Lab Assignment 3 Storyboarding
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 3: Storyboarding
Due CIS 273 Week 3 and worth 40 points
Deliverables: Storyboard Document depicting diagrams and descriptions
(Web pages not necessary).
Complete the CIS 273 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.)
********************************************
CIS 273 Week 3 Lab Assignment 4 Nested Lists and Cascading
Style Sheets
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 4: Nested Lists and Cascading Style Sheets
Due CIS 273 Week 3 and worth 40 points
Deliverable: Three (3) Web pages and two (2) Cascading Style Sheets
(.css)
Complete the CIS 273 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 4:
1. Re-create the sample Web pages listed below with nested ordered lists
and nested unordered lists. (This Web page will be reused for each part
below). (As shown in Figure 1.)
2. Create the Web page from number 1 with silver background color set
by a Cascading Style Sheet (.css). (As shown in Figure 2.)
3. Create the Web page from number 1 with silver background color and
Comic Sans MS font set by a Cascading Style Sheet (.css). (As shown in
Figure 3.)
4. Re-create the Web page set from number 1 with Silver background
color and Comic Sans MS font set by a Cascading Style Sheet (.css).
Then, using in-page tags to override the CSS, set only the font of the
sentence “Here is an Unordered list with several levels of sub-lists” to
red, Arial font (different than the rest of the page). (As shown in Figure
4.)
********************************************
CIS 273 Week 4 Lab Assignment 4 Nested Lists and Cascading
Style Sheets
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 4: Nested Lists and Cascading Style Sheets
Due Week 3 and worth 40 points
Deliverable: Three (3) Web pages and two (2) Cascading Style Sheets
(.css)
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.).
Follow the directions below to complete Lab Assignment 4:
1.Re-create the sample Web pages listed below with nested ordered lists
and nested unordered lists. (This Web page will be reused for each part
below). (As shown in Figure 1.)
2.Create the Web page from number 1 with silver background color set
by a Cascading Style Sheet (.css). (As shown in Figure 2.)
3.Create the Web page from number 1 with silver background color and
Comic Sans MS font set by a Cascading Style Sheet (.css). (As shown in
Figure 3.)
4.Re-create the Web page set from number 1 with Silver background
color and Comic Sans MS font set by a Cascading Style Sheet (.css).
Then, using in-page tags to override the CSS, set only the font of the
sentence “Here is an Unordered list with several levels of sub-lists” to
red, Arial font (different than the rest of the page).
********************************************
CIS 273 Week 4 Lab Assignment 5: Navigation Bars and
Repeated Images
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 5: Navigation Bars and Repeated Images
Due Week 4 and worth 40 points
Deliverable: Four (4) Web pages (the home page and three image pages)
and four (4) Cascading Style Sheets (.css) (one for each page)
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.).
Follow the directions below to complete Lab Assignment 5:
1.Create a home page with navigation bar to the three (3) pages with
images listed below and a Cascading Style Sheet (.css) for bisque color
and Arial text.
2.Create a “single image” page with a Cascading Style Sheet (.css) for
background image, bisque color, and Arial text.
3.Create a “top line image” page with Cascading Style Sheet (.css) for
background image, bisque color, and Arial text.
4.Create a “left side image” page with a Cascading Style Sheet (.css) for
background image, bisque color, and centered Arial text.
********************************************
CIS 273 Week 6 Lab Assignment 6 Working with Tables
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 6: Working with Tables
Due CIS 273 Week 6 and worth 40 points
Deliverable: One (1) Web page and one (1) Cascading Style Sheet (.css).
Complete the CIS 273 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 CIS 273 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.
********************************************
CIS 273 Week 7 Lab Assignment 7 Form Page
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 7: Form Page
Due CIS 273 Week 7 and worth 40 points
Deliverables: One (1) Web page and one (1) Cascading Style Sheet
(.css)
Complete the CIS 273 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.
********************************************
CIS 273 Week 8 Assignment Single Page Website
For more course tutorials visit
www.tutorialrank.com
Assignment: Single Page Website
Due CIS 273 Week 8 and worth 140 points
Deliverables: One (1) Web page and one (1) Cascading Style Sheet
(.css), including the image file.
Imagine that you have just started your own freelancing business. You
have been hired to create a Web page for a company of your choice that
announces the item of the CIS 273 Week, month, or year. (e.g., Car of
the Year, Pet of the Month, Sandwich of the CIS 273 Week, etc.)
Create a Cascading Style Sheet (.css) that applies a minimum of
background color and font.
Create one (1) Web page and a heading tag that overrides the Cascading
Style Sheet (.css) font settings and makes the font of the heading
different from the rest of the page.
The page must also include:
An image depicting the item of the CIS 273 Week, month, or year.
At least three (3) hyperlinks to Websites of associated interest to the
item and a brief description of what they are about.
This link will take you to the University’s main page where you can find
further information.
At the bottom of the page, create a link that would allow the user to
email you with questions using the mailto: tag and your email address.
Note: When the email opens the subject line should automatically say,
“More Information Please”.
Create a footer displaying the Copyright symbol (using the character
entity reference), the year, and your name.
Example: © 2012 Mary Smith
Include a piece of JavaScript in the page.
The specific course learning outcomes associated with this assignment
are:
Describe the structure of the World Wide Web as interconnected
hypertext documents.
Create and validate HTML documents.
Create presentations using Cascading Style Sheets and DHTML.
Summarize Web standards in terms of specifications, guidelines,
software, and tools.
Write clearly and concisely about Web design and development using
proper writing mechanics and technical style conventions.
1.
********************************************
CIS 273 Week 8 Lab Assignment 8 Adding Sound
For more course tutorials visit
www.tutorialrank.com
Lab Assignment 8: Adding Sound
Due CIS 273 Week 8 and worth 40 points
Deliverable: One (1) Web page including supporting files (.jpg and .mp3)
Complete the CIS 273 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 8:
Note: The audio and image file required for this assignment can be
found below.
Directions to download: Right click on each file and save to your
computer.
1. Re-create the Web page shown below in which you:
2. Insert the image .jpg file with the dimensions of 300px wide and
200px high.
3. Insert the audio .mp3 file with controls 300 wide and 35 high.
4. Insert and format the “Press the go arrow to hear the message” caption
with the text font type set to Arial.
5. Validate that the sound does not start automatically.
********************************************
CIS 273 Week 10 Technical Project Sample Website Project
For more course tutorials visit
www.tutorialrank.com
CIS 273
Technical Project: Sample Website Project Due Week 10 and worth 200
points
This assignment consists of three (3) sections: a narrative, a storyboard,
and a business Website. You must submit all three (3) sections for the
completion of this assignment.
The assignment is to be submitted in a single compressed folder (zip file)
to the online course shell.
Section 3 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 compressed folder (zip file), it should be saved as Techincal
Project_Last name_First initial.zip. For example, if your name is Mary
Smith, the file for submission should be saved as Techincal
Project_Smith_M.htm
Select a business that you are interested in. (e.g., pet store, travel site,
fishing gear, appliances, automobiles, housewares, furniture, etc.).
Imagine that you have just been hired to create a four (4) page
hierarchical Website for the business you selected. Section 1: Narrative
Write a half (½) page paper in which you:
1. Create a narrative that describes the site to your prospective client.
Section 2: Storyboard Imagine that your narrative has been approved.
Use Word, Visio, or Dia to:
2. Create a storyboard diagram depicting the layout of your Website.
Section 3: Business Website In order to receive full credit for this
section, you will need to submit:
One (1) screen shot of your emailed data from the guestbook.
One (1) CSS style sheet.
Four (4) Web pages.
3. Create your Website based on the following requirements:
a. Create a Cascading Style Sheet (.css) for all pages, which:
i. Applies a background color.
ii. Applies style to font.
iii. Changes the ordered list markers to anything other than the default.
iv. Changes the unordered list markers to anything other than the default.
v. Applies style to a copyright footer.
b. Include:
i. A graphic or logo on the home page.
ii. A navigation bar with links to every other page on the home page.
iii. A guestbook registry on the home page using the mailto: tag with an
entry field for:
a. A person’s name.
b. An email address.
iv. A piece of JavaScript on the home page.
c. Create a submit button for the guestbook registry that will email the
information to your email address. Note: Test the function and take a
screen shot of the emailed information you receive. You must submit the
screen shot in your zipped file of deliverables as proof.
d. Create three (3) sub pages that include:
i. The same graphic / logo.
ii. A navigation bar with links to every other page.
iii. An ordered list of at least two (2) items, and then at least two (2)
unordered list entries under each ordered list item where one (1) of the
items must be a hyperlinked to a Website (the hyperlink should not show
the address printed on the page).
Note: Each of the three pages should have unique lists.
Example:
A. Food
• Dry food
• Wet food
• Canned food
B. Toys
• Indoor
• Outdoor
********************************************

More Related Content

Similar to CIS 273 Effective Communication - tutorialrank.com

Cis 273 Effective Communication / snaptutorial.com
Cis 273   Effective Communication / snaptutorial.comCis 273   Effective Communication / snaptutorial.com
Cis 273 Effective Communication / snaptutorial.com
Baileyan
 
Cis 273 Extraordinary Success/newtonhelp.com
Cis 273 Extraordinary Success/newtonhelp.com  Cis 273 Extraordinary Success/newtonhelp.com
Cis 273 Extraordinary Success/newtonhelp.com
amaranthbeg144
 
CIS 273 Life of the Mind/newtonhelp.com   
CIS 273 Life of the Mind/newtonhelp.com   CIS 273 Life of the Mind/newtonhelp.com   
CIS 273 Life of the Mind/newtonhelp.com   
bellflower1
 
CIS 273 Imagine Your Future/newtonhelp.com   
CIS 273 Imagine Your Future/newtonhelp.com   CIS 273 Imagine Your Future/newtonhelp.com   
CIS 273 Imagine Your Future/newtonhelp.com   
bellflower43
 
CIS 273 Focus Dreams/newtonhelp.com
CIS 273 Focus Dreams/newtonhelp.comCIS 273 Focus Dreams/newtonhelp.com
CIS 273 Focus Dreams/newtonhelp.com
bellflower83
 
CIS 273 Inspiring Innovation/tutorialrank.com
 CIS 273 Inspiring Innovation/tutorialrank.com CIS 273 Inspiring Innovation/tutorialrank.com
CIS 273 Inspiring Innovation/tutorialrank.com
jonhson111
 
CIS 273 Entire Course NEW
CIS 273 Entire Course NEWCIS 273 Entire Course NEW
CIS 273 Entire Course NEW
shyamuopfive
 
CIS 273 RANK Redefined Education--cis273rank.com
CIS 273 RANK Redefined Education--cis273rank.comCIS 273 RANK Redefined Education--cis273rank.com
CIS 273 RANK Redefined Education--cis273rank.com
claric236
 
CIS 273 RANK Education Counseling--cis273rank.com
CIS 273 RANK Education Counseling--cis273rank.comCIS 273 RANK Education Counseling--cis273rank.com
CIS 273 RANK Education Counseling--cis273rank.com
shanaabe12
 
Strayer cis 273 week 3 lab assignment 3 storyboarding new
Strayer cis 273 week 3 lab assignment 3 storyboarding newStrayer cis 273 week 3 lab assignment 3 storyboarding new
Strayer cis 273 week 3 lab assignment 3 storyboarding new
rodneywoodd
 
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-newStrayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
cskvsmi44
 
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-newStrayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
krystalhero123
 
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
cskvsmi44
 
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
krystalhero123
 
Strayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-newStrayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-new
krystalhero123
 
Strayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-newStrayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-new
cskvsmi44
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
shamek1236
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
nikig6806
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
rodneywoodd
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
vikscarter
 

Similar to CIS 273 Effective Communication - tutorialrank.com (20)

Cis 273 Effective Communication / snaptutorial.com
Cis 273   Effective Communication / snaptutorial.comCis 273   Effective Communication / snaptutorial.com
Cis 273 Effective Communication / snaptutorial.com
 
Cis 273 Extraordinary Success/newtonhelp.com
Cis 273 Extraordinary Success/newtonhelp.com  Cis 273 Extraordinary Success/newtonhelp.com
Cis 273 Extraordinary Success/newtonhelp.com
 
CIS 273 Life of the Mind/newtonhelp.com   
CIS 273 Life of the Mind/newtonhelp.com   CIS 273 Life of the Mind/newtonhelp.com   
CIS 273 Life of the Mind/newtonhelp.com   
 
CIS 273 Imagine Your Future/newtonhelp.com   
CIS 273 Imagine Your Future/newtonhelp.com   CIS 273 Imagine Your Future/newtonhelp.com   
CIS 273 Imagine Your Future/newtonhelp.com   
 
CIS 273 Focus Dreams/newtonhelp.com
CIS 273 Focus Dreams/newtonhelp.comCIS 273 Focus Dreams/newtonhelp.com
CIS 273 Focus Dreams/newtonhelp.com
 
CIS 273 Inspiring Innovation/tutorialrank.com
 CIS 273 Inspiring Innovation/tutorialrank.com CIS 273 Inspiring Innovation/tutorialrank.com
CIS 273 Inspiring Innovation/tutorialrank.com
 
CIS 273 Entire Course NEW
CIS 273 Entire Course NEWCIS 273 Entire Course NEW
CIS 273 Entire Course NEW
 
CIS 273 RANK Redefined Education--cis273rank.com
CIS 273 RANK Redefined Education--cis273rank.comCIS 273 RANK Redefined Education--cis273rank.com
CIS 273 RANK Redefined Education--cis273rank.com
 
CIS 273 RANK Education Counseling--cis273rank.com
CIS 273 RANK Education Counseling--cis273rank.comCIS 273 RANK Education Counseling--cis273rank.com
CIS 273 RANK Education Counseling--cis273rank.com
 
Strayer cis 273 week 3 lab assignment 3 storyboarding new
Strayer cis 273 week 3 lab assignment 3 storyboarding newStrayer cis 273 week 3 lab assignment 3 storyboarding new
Strayer cis 273 week 3 lab assignment 3 storyboarding new
 
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-newStrayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
 
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-newStrayer cis-273-week-3-lab-assignment-3-storyboarding-new
Strayer cis-273-week-3-lab-assignment-3-storyboarding-new
 
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
 
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
Strayer cis-273-week-3-lab-assignment-4-nested-lists-and-cascading-style-shee...
 
Strayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-newStrayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-new
 
Strayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-newStrayer cis-273-week-7-lab-assignment-7-form-page-new
Strayer cis-273-week-7-lab-assignment-7-form-page-new
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
 
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks newStrayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
Strayer cis 273 week 2 lab assignment 2 three web pages with hyperlinks new
 

Recently uploaded

Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

CIS 273 Effective Communication - tutorialrank.com

  • 1. CIS 273 Week 2 Lab Assignment 1 Beginning HTML For more course tutorials visit www.tutorialrank.com Lab Assignment 1: Beginning HTML Due CIS 273 Week 2 and worth 40 points Deliverable: One (1) Web page (.htm) Complete the CIS 273 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 1: 1. Using Notepad, or a similar text editor, create an .htm file that: a. displays your name and the text “ Hello World!”
  • 2. b. displays your name in the titlebar of the browser. 2. Declare the DOCTYPE for HTML5 and create a comment listing the lab number, the author, and the date. 3. After the text “Hello World!” write five (5) lines of code demonstrating headers 1 through 5. The text should identify what you are displaying. Next, write two (2) lines of regular text. 4. Create: a. an ordered list with three (3) line items. b. an unordered list with three (3) line items. c. a line of BOLD text. d. a line of italicized text. e. a line of underlined text. 5. All page tags should be appropriately opened and closed using the correct tags. ******************************************** CIS 273 Week 2 Lab Assignment 2 Three Web Pages with Hyperlinks For more course tutorials visit www.tutorialrank.com
  • 3. Lab Assignment 2: Three Web Pages with Hyperlinks Due CIS 273 Week 2 and worth 40 points Deliverable: Three (3) Web pages (.htm) Complete the CIS 273 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 2: 1. Create three (3) Web pages: index.htm, tips.htm, and glossary.htm. Open and close all tags appropriately using the correct tags.
  • 4. 2. Display your name in the title bar of the browser, declare the DOCTYPE for HTML5, and create a comment listing the lab number, the author, and the date. 3. Create links on each page that link to the other two (2) pages. 4. Create navigation links on each page that link to the other two (2) pages. 5. On the home page, create an image linked to http://strayer.edu. 6. Create alternate text for the image link that says “Strayer University.” 7. On the glossary.htm page, create a definition list of at least five (5) terms and their definitions. 8. In the definition list, create bold tags for the terms only (not the definition). 9. Display the special characters “<” and “>” somewhere in the term definitions. 10. On the glossary.htm page, create at least two (2) links to areas on the same page. ******************************************** CIS 273 Week 3 Lab Assignment 3 Storyboarding For more course tutorials visit www.tutorialrank.com
  • 5. Lab Assignment 3: Storyboarding Due CIS 273 Week 3 and worth 40 points Deliverables: Storyboard Document depicting diagrams and descriptions (Web pages not necessary). Complete the CIS 273 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
  • 6. 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.) ******************************************** CIS 273 Week 3 Lab Assignment 4 Nested Lists and Cascading Style Sheets For more course tutorials visit www.tutorialrank.com Lab Assignment 4: Nested Lists and Cascading Style Sheets Due CIS 273 Week 3 and worth 40 points
  • 7. Deliverable: Three (3) Web pages and two (2) Cascading Style Sheets (.css) Complete the CIS 273 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 4: 1. Re-create the sample Web pages listed below with nested ordered lists and nested unordered lists. (This Web page will be reused for each part below). (As shown in Figure 1.)
  • 8. 2. Create the Web page from number 1 with silver background color set by a Cascading Style Sheet (.css). (As shown in Figure 2.) 3. Create the Web page from number 1 with silver background color and Comic Sans MS font set by a Cascading Style Sheet (.css). (As shown in Figure 3.) 4. Re-create the Web page set from number 1 with Silver background color and Comic Sans MS font set by a Cascading Style Sheet (.css). Then, using in-page tags to override the CSS, set only the font of the sentence “Here is an Unordered list with several levels of sub-lists” to red, Arial font (different than the rest of the page). (As shown in Figure 4.) ******************************************** CIS 273 Week 4 Lab Assignment 4 Nested Lists and Cascading Style Sheets For more course tutorials visit www.tutorialrank.com Lab Assignment 4: Nested Lists and Cascading Style Sheets Due Week 3 and worth 40 points
  • 9. Deliverable: Three (3) Web pages and two (2) Cascading Style Sheets (.css) 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.). Follow the directions below to complete Lab Assignment 4: 1.Re-create the sample Web pages listed below with nested ordered lists and nested unordered lists. (This Web page will be reused for each part below). (As shown in Figure 1.) 2.Create the Web page from number 1 with silver background color set by a Cascading Style Sheet (.css). (As shown in Figure 2.) 3.Create the Web page from number 1 with silver background color and Comic Sans MS font set by a Cascading Style Sheet (.css). (As shown in Figure 3.) 4.Re-create the Web page set from number 1 with Silver background color and Comic Sans MS font set by a Cascading Style Sheet (.css). Then, using in-page tags to override the CSS, set only the font of the sentence “Here is an Unordered list with several levels of sub-lists” to red, Arial font (different than the rest of the page). ********************************************
  • 10. CIS 273 Week 4 Lab Assignment 5: Navigation Bars and Repeated Images For more course tutorials visit www.tutorialrank.com Lab Assignment 5: Navigation Bars and Repeated Images Due Week 4 and worth 40 points Deliverable: Four (4) Web pages (the home page and three image pages) and four (4) Cascading Style Sheets (.css) (one for each page) 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.). Follow the directions below to complete Lab Assignment 5: 1.Create a home page with navigation bar to the three (3) pages with images listed below and a Cascading Style Sheet (.css) for bisque color and Arial text. 2.Create a “single image” page with a Cascading Style Sheet (.css) for background image, bisque color, and Arial text.
  • 11. 3.Create a “top line image” page with Cascading Style Sheet (.css) for background image, bisque color, and Arial text. 4.Create a “left side image” page with a Cascading Style Sheet (.css) for background image, bisque color, and centered Arial text. ******************************************** CIS 273 Week 6 Lab Assignment 6 Working with Tables For more course tutorials visit www.tutorialrank.com Lab Assignment 6: Working with Tables Due CIS 273 Week 6 and worth 40 points Deliverable: One (1) Web page and one (1) Cascading Style Sheet (.css). Complete the CIS 273 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.).
  • 12. 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 CIS 273 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.
  • 13. ******************************************** CIS 273 Week 7 Lab Assignment 7 Form Page For more course tutorials visit www.tutorialrank.com Lab Assignment 7: Form Page Due CIS 273 Week 7 and worth 40 points Deliverables: One (1) Web page and one (1) Cascading Style Sheet (.css) Complete the CIS 273 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.).
  • 14. 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.
  • 15. 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. ******************************************** CIS 273 Week 8 Assignment Single Page Website For more course tutorials visit
  • 16. www.tutorialrank.com Assignment: Single Page Website Due CIS 273 Week 8 and worth 140 points Deliverables: One (1) Web page and one (1) Cascading Style Sheet (.css), including the image file. Imagine that you have just started your own freelancing business. You have been hired to create a Web page for a company of your choice that announces the item of the CIS 273 Week, month, or year. (e.g., Car of the Year, Pet of the Month, Sandwich of the CIS 273 Week, etc.) Create a Cascading Style Sheet (.css) that applies a minimum of background color and font. Create one (1) Web page and a heading tag that overrides the Cascading Style Sheet (.css) font settings and makes the font of the heading different from the rest of the page. The page must also include: An image depicting the item of the CIS 273 Week, month, or year. At least three (3) hyperlinks to Websites of associated interest to the item and a brief description of what they are about. This link will take you to the University’s main page where you can find further information. At the bottom of the page, create a link that would allow the user to email you with questions using the mailto: tag and your email address.
  • 17. Note: When the email opens the subject line should automatically say, “More Information Please”. Create a footer displaying the Copyright symbol (using the character entity reference), the year, and your name. Example: © 2012 Mary Smith Include a piece of JavaScript in the page. The specific course learning outcomes associated with this assignment are: Describe the structure of the World Wide Web as interconnected hypertext documents. Create and validate HTML documents. Create presentations using Cascading Style Sheets and DHTML. Summarize Web standards in terms of specifications, guidelines, software, and tools. Write clearly and concisely about Web design and development using proper writing mechanics and technical style conventions. 1. ********************************************
  • 18. CIS 273 Week 8 Lab Assignment 8 Adding Sound For more course tutorials visit www.tutorialrank.com Lab Assignment 8: Adding Sound Due CIS 273 Week 8 and worth 40 points Deliverable: One (1) Web page including supporting files (.jpg and .mp3) Complete the CIS 273 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
  • 19. 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 8: Note: The audio and image file required for this assignment can be found below. Directions to download: Right click on each file and save to your computer. 1. Re-create the Web page shown below in which you: 2. Insert the image .jpg file with the dimensions of 300px wide and 200px high. 3. Insert the audio .mp3 file with controls 300 wide and 35 high. 4. Insert and format the “Press the go arrow to hear the message” caption with the text font type set to Arial. 5. Validate that the sound does not start automatically. ******************************************** CIS 273 Week 10 Technical Project Sample Website Project
  • 20. For more course tutorials visit www.tutorialrank.com CIS 273 Technical Project: Sample Website Project Due Week 10 and worth 200 points This assignment consists of three (3) sections: a narrative, a storyboard, and a business Website. You must submit all three (3) sections for the completion of this assignment. The assignment is to be submitted in a single compressed folder (zip file) to the online course shell. Section 3 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 compressed folder (zip file), it should be saved as Techincal Project_Last name_First initial.zip. For example, if your name is Mary Smith, the file for submission should be saved as Techincal Project_Smith_M.htm Select a business that you are interested in. (e.g., pet store, travel site, fishing gear, appliances, automobiles, housewares, furniture, etc.). Imagine that you have just been hired to create a four (4) page hierarchical Website for the business you selected. Section 1: Narrative Write a half (½) page paper in which you: 1. Create a narrative that describes the site to your prospective client. Section 2: Storyboard Imagine that your narrative has been approved. Use Word, Visio, or Dia to:
  • 21. 2. Create a storyboard diagram depicting the layout of your Website. Section 3: Business Website In order to receive full credit for this section, you will need to submit: One (1) screen shot of your emailed data from the guestbook. One (1) CSS style sheet. Four (4) Web pages. 3. Create your Website based on the following requirements: a. Create a Cascading Style Sheet (.css) for all pages, which: i. Applies a background color. ii. Applies style to font. iii. Changes the ordered list markers to anything other than the default. iv. Changes the unordered list markers to anything other than the default. v. Applies style to a copyright footer. b. Include: i. A graphic or logo on the home page. ii. A navigation bar with links to every other page on the home page. iii. A guestbook registry on the home page using the mailto: tag with an entry field for: a. A person’s name. b. An email address.
  • 22. iv. A piece of JavaScript on the home page. c. Create a submit button for the guestbook registry that will email the information to your email address. Note: Test the function and take a screen shot of the emailed information you receive. You must submit the screen shot in your zipped file of deliverables as proof. d. Create three (3) sub pages that include: i. The same graphic / logo. ii. A navigation bar with links to every other page. iii. An ordered list of at least two (2) items, and then at least two (2) unordered list entries under each ordered list item where one (1) of the items must be a hyperlinked to a Website (the hyperlink should not show the address printed on the page). Note: Each of the three pages should have unique lists. Example: A. Food • Dry food • Wet food • Canned food B. Toys • Indoor • Outdoor