Section 1 - Introduction
Section 2 - Basics
Section 3 - Next Level
Lists
Basic Tables
Advanced Text
Marquee
Meta
Name and content
Refresh or forward
Keywords and description
Once upon a time...
You Try It!
Sounds
Comments
Section 4 - Advanced
Section 5 - Publishing
Section 6 - Extras
Appendices
|
You try it!
Idea: Incorporate lists into a document.
Here's an example: I've taken a nearly blank page and added a couple meta commands into it. To make it easier to read, I've put in extra spaces, but these are not necessary.
<html> <head>
<title> My Penguin Page Meta </title>
<meta name="description" content="The saga of the evil penguin of locker 529 and the mysteries surrounding its origins, actions and untimely demise.">
<META HTTP-EQUIV="Refresh" CONTENT="10; URL=http://www.oocities.org/sciencepageoffun/program/C54.html">
<meta name="keywords" content="penguin penguins Midvale locker 529 Middle School story fiction html programming tutorial">
</head>
<body bgcolor="#ccccff" text="#006666" link="#0033ff" vlink="#00cccc">
My Pretty Penguin Page
</body> </html> |
You now should work on your own webpage. Add meta commands onto your page where appropriate.
|