|
|
 |
Comp25:
HTML - Sub Pages
and Navigation
Learning Objectives
- To create the remaining sub-pages that comprise your
website:

- To create an "About Us" page that discusses your business
- To create a special "Investor Relations" page for listing
some of your future assignments
- To create a "Links" page to provide links to your suppliers,
associates, and other useful resources
- To create a "Products" page for future development
- To link each of your pages together for easy navigation
Note: When you are finished, upload your four (4) new html pages to Blackboard to
insure your pages were completed on time!
Steps to Take
Insure that ALL your new sub-pages contain the basic HTML structure
shown below:

As a suggestion, you can copy/paste text from your index.html page
and then edit the content so it is unique to each sub-page. Or you
can Save index.html As about.html and then edit the content. Since the
core HTML code is the same for all pages, you can use this short cut,
but be sure to edit each page with
unique content as outlined in these instructions below:
- About Us:
- Create a new HTML page and immediately save
it to your web-docs folder. Call it "about.html".
- Use an <h1> tag to indicate this page's title (About Us).
- Add content to this page to further describe your business,
using Heading <H> tags to break up the following sections:
- Mission statement and/or vision
- Company history
- Owner's bio
- Anything else you think should be on this page.
Each of these sections should be about a paragraph or two. If you already have some of this information on your home
page, feel free to cut-and-paste it into this page. You
may also "borrow" content from another
company's website. Or, come up with your own creative
stuff.
- Investor Relations:
- Create a new HTML page and
and immediately save it to your web-docs folder called
"investorrelations.html".
- Use an <h1> tag to indicate this page's title.
- For now, put something like "This content is coming soon". We'll fill it in later.
- Products:
- Create a new HTML page and
and immediately save it to your web-docs folder called
"products.html". (If your business sells services
instead of products, then feel free to call it services instead.
Just don't forget what you called it.)
- Use an <h1> tag to indicate this page's title.
- For now, put something like "This content is coming soon". We'll fill it in later.
- Links Page:
- Create a new HTML page and
and immediately save it to your web-docs folder called
"links.html".
- Use an <h1> tag to indicate this page's title.
- Use this page to provide links to various
pages on the internet that your visitors might find useful, such as:
- Your suppliers
- Industry events
- Other local businesses that compliment yours
- Sites
that provide information about your products
- An association that you "belong" to
You should have at least
six links. Make sure you test
each one.
- Edit your index.html page to create a special navigation
area vertically at the top
of your page.
- Use the <ul> (unordered list) elements
for vertical navigation, with each link being its own <li>
element.
- Alternatively, you can use horizontal
navigation. Consider using the HTML bullet tag if you use
horizontal navigation: Type • for
this character • You will not use the <ul> and the
• together.
- Vertical
Navigation:
 -
Horizontal Navigation:

-
Your navigation section should appear near the
top of your
home page to make it easy for visitors to look through your
site. People (especially professors grading your work)
don't like to scroll down.
 -
Add another link to your navigation area that will allow the
visitor to email you. Do not use a real email address unless
you want it made public.
- Test your navigation that you've added to your index.html
page area thoroughly before moving to the
next step.
- Using copy-and-paste, replicate your navigation section on every page
of your website. You should be able to highlight the new
code, choose copy (Ctrl-C) then open up each page and paste
(Ctrl-V) the code into the appropriate location. Save each one
as you go along.
- Preview your newly updated website in a browser and make
sure all of the links work in all of the pages. You should
now be able to roam about your website from page to page with a
consistent navigational area. You should also have a friend
check it for you as well.
- To insure your pages were completed on time, upload
each of your new .html pages to Blackboard under Week 6: Website
& Navigation. Click "Add another file" to attach multiple
files.
Helpful Links
Links Reading
Navigation Lecture
Grading Guidelines
This assignment will be graded using the following guidelines:
|
Grading Rubric: |
|
|
|
On-Time |
25% |
12.5 |
|
Accuracy |
50% |
25 |
|
Style / Creativity |
25% |
12.5 |
|
Total Points Possible: |
100% |
50 |
|