Lesson One


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

Based on the examples given in this week's lesson, design a full set of meta tags for your web site's home page or any other HTML document that you've written.
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 created.


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


Email me