To Notes
Summary for HCI 201 -- 2/28/06
Review Questions
- Why are pages with long paragraphs bad in a website?
Ans: Because website users do not like to read long paragraphs.
Pages with long paragraphs are also likely to result in long pages
requiring scrolling.
- What are breadcrumbs?
Ans: They are dynamically generated links on a page that show where
the user has been.
- What is a You Are Here indicator?
Ans: It is a dynamically generated mark on the navigation page that shows where
the user is in the website.
- What are some units allowed in CSS styles besides pixels.
Ans: in, mm, cm, pt, pc, %.
- For what are the <strong> and <em> tags used?
Ans: By default, <strong> means bold and <em> means italic.
However, these tags can be redefined via a document-level or external
style to mean anything you want.
- Explain the difference between the margin, border and padding for
an HTML item.
Ans: The padding is the region immediately around the HTML element,
the border is around the margin and the margin is around the border.
The margin and padding are transparent; the margin lets the element
background color show through and the padding lets the background color of
the containing element (like td or body) show through. The border has
its own color.
- How do you set the background image for an HTML page?
Ans: (1) Right click on the page and select the Formatting tab.
Browse for the image. This produces the HTML body tag:
< body background="images/bg.jpg">
(2) Set a document-level or external style like this:
body { background-image : url('images/bg.jpg') }
Adding User Defined Links to Webpages
Adding a Theme to a Website
- Advantage of Using a Theme:
Automatically sets unified style for the website.
- Disadvantage of Using a Theme:
Many images are created that must be uploaded. This consumes a lot
of disk space.
- To add a FrontPage Theme to your site:
- Create a FrontPage one page website named greece-site.
- Leave the name of index.htm as is. Change its title to Greece Homepage.
- Create new pages named archaological-sites.htm, delphi.htm,
olympia.htm,
museums.htm, restaurants.htm and shopping.htm. Add headings and
enough text to make the page recognizable.
- Select the main menu item View >> Navigation, to show the Navigation
view.
- Right click on Greece Home Page >> Add Existing Page >> Double click on
the existing page to add. Do this for the Archaological Sites, Museums,
Restaurants and Shopping page.
- Right click on Archaological Sites >> Add Existing Page >> Double click on
the existing page to add. Do this for the Delphi and Olympia
pages. At this point, all of the pages should show in the havigation view.
- Select index.htm.
- Select the main menu item Format >> Theme. Select a theme on the right
by right clicking on the selection and choosing Apply as Default Theme.
- Add a page banner by selecting main menu item Insert >> Page Banner.
Make sure that the Picture option is checked and click OK.
- Select main menu item Insert >> Navigation. Component Type should
be Link Bars and Bar Type should be Bars based on navigation structure.
Press Next.
- Select the Bar Type as Use Page's Theme. Press Next.
- Choose an orientation. Choose horizontal. Press Finish.
- Select the Link Bar properties.
- Repeat steps 7 through 14 for each of the other pages.