Forum Moderators: open
title is simply this in the head of your page: <title>This is my title</title> The title meta tag exists in various forms, and looks something like this:
<meta name="DC.title" content="This is my title"> However, the original poster is not quite correct: while the
<title> element is crucial (and required for your page to be valid), the meta title tag has no importance whatsoever to search engines (unless in an intranet environment or if it is used by an internal search engine). Mostly, it is a waste of bandwidth, and just pushes your real content further down the page.