Lesson Four


In this second lesson, we were told to do the following:

UFor this week's homework, practice with the meta tags discussed in this lesson. Carefully consider where transitions could add interest or visual appeal on your web site and implement the appropriate meta tags on those pages.
So I chose to set up the metatags for the main index page of my VU classes sub-folder on my personal domain. Below is the set of metatags I've created The new metatags for this lesson are separated from the rest by a space.


<head>

<title>AJ's VU Courses</title>
<meta name="author" content="AJ Nordall">
<meta name="created-on" content="4 September 2004">
<meta name="created-for" content="VU Mid-Summer Metatags Course">
<meta name="contact" content="ariestess@tir-tairngire.net">
<meta name="organization" content="Tir Tairngire & Virtual University">
<meta name="homepage" content="http://www.tir-tairngire.net/aj-vu/">
<meta name="GENERATOR" content="Arachnophilia 4.0 & hand-coding">
<meta name="FORMATTER" content="Arachnophilia 4.0">
<meta name="description" content="Check out AJ's VU coursework here!">
<meta name="keywords" content="metatags, CSS, various other VU courses">
<meta name="robots" content="index, nofollow">

<meta http-equiv="expires" content="Sun, 7 Nov 2004 23:59:59 GMT">
<meta http-equiv="site-enter" content="revealTrans(duration=5.0,transition=23)">
<meta http-equiv="site-exitr" content="revealTrans(duration=5.0,transition=23)">

<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.tir-tairngire.net/aj-vu/mystyle2.css">
</head>


Email me