|
|
IN112 HTML
Week 4 - Lesson
HTML Web Hosts and Linking Files
Reading:
- Review Chapter 4 A Trip to Webville: getting connected
- Review Chapter 5 Adding images to your pages: meeting the media
- Chapter 6 Standards, compliance, and all that jazz: serious HTML
In-Class Exercise
You will create a Web page as a team effort. After creating the Web
page, you will present the Web page to the class. (ex 10 Points)
Team Rules:
-
You will use only one computer for the exercise.
-
Each team member will pick which elements they will add to the Web page.
-
Each team member will take turns sitting at the computer and adding the
elements.
-
Other team members can offer advice but can not enter the Web page elements
for the team member.
-
The team will try to distribute the work-load evenly.
-
One of the team members will present the Web page to the class.
The only direction for the Web page is to use TextPad and include at least
one or more of the following tags, folders and elements:
-
Basic Web page elements including <title> tags and DOCTYPE
-
images folder
- A
graphic will be added to the Web page from the images folder
-
paragraph tags
-
unordered list (at least 4 items)
-
ordered list (at least 4 items)
- h1
and h2 tags
-
line break
-
bold text
-
link to an external Web page
- An
link to an external Web page using an graphic as the link.
-
Display the special > character.
-
Include style rule for the background color.
-
Include style rule for margin-left of 20%.
-
Include style rule for the font family of sans-serif.
-
Add team member’s names as comments
-
Save the file as TeamX_Week4.htm
Exercises/Homework: Due before the start of class
- (50 Points) Complete the
Quiz for Week 4
- (50 Points) Click on this homework files link and save to your computer. Right-click on the starbuzz_homework.ZIP file and unzip the starbuzz folder. Make the following changes:
- Complete the changes to the index.html file starting on page 144 of your textbook to page 158 of your textbook. Include the target_blank addition to the link described on page 158.
Also add one of the following document types (which is the best choice?) to the top of your index.html document. (above the HTML tag) Validate your web page. Did it validate? Why or why not?
For XHTML strict :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
For XHTML transitional :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
For XHTML frameset :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- Zip the file and save the file as firstInitial_lastName_ch04linking.zip. (e.g.: b_ray_ch04linking.zip). Need help on zipping files?
Quick Notes:
Ghosts in the System: For extra credit, please report any broken links, errors or omissions in the course. |