Instructors:
Donald E. Mullins
Carlyle C. Brewster
Lectures:
Wed, 11:15 am-12:05 pm
221 & 301A Price Hall
Laboratories:
Thurs, 12:30 pm - 3:20 pm
300B & 301A Price Hall
Course Info:
ALS 5204
Index #90290
3 Credit Hours
Webpage Updated:
WWW Contact:
Webmaster

Lab 12: WWW Technology II

Up to now you have seen how to:

In Lab 2 on WWWI we saw that web pages consist of two main sections, a Head and a Body. Most of what you do goes into the body of the web page. The head of the web page includes the page Title that appears at the top of the browser in the title bar, as well as information that is not visible in the browser window. These are known as Meta Tags that include such items as Keywords and Descriptions. A meta tag is a head element that records information about the current page, such as the character encoding, author, copyright, or keywords. Titles, keywords and descriptions are used by search engines to find web pages based on user defined searches.

Example:

<HEAD>

<title>All About RIS Students</title>
<meta name="author" content="Jane Doe">
<meta name="keywords" content="RIS, students">
<meta name="description" content="This web page shows the sites developed by students in RIS 2006.">
<meta http-equiv="refresh" content="1; URL = http://aries.ento.vt.edu/ris/2006/students.html">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</HEAD>

In Dreamweaver, you will find the Head options under the Insert menu.

What else can you do?

Interactivity

Adding interactivity means getting and processing information from those who visit your web page.

How?

NOTE: The use of forms on your web site may require a high level of web programming and the help of the server manager.

 

Other Useful Pieces of Code

 

Inserting Assets

You can spice up your web page by inserting assets such as dynamic images, colors, media elements such as movies, audio, and downloadable files pdf, MSWord, and PowerPoint formats.

In Dreamweaver, you can collect and manage assets using the Assets Panel. From the list of assets, you can select those that you would like to add to your web page. Check these out! Image maps, Movies, Audio, and PowerPoint presentation on a web page.

 

Goal & Assignment

Goal: To add dynamic/interactive elements and media to your web site.

 

Complete as much of this assignment before leaving.