Next: The Body Element
Up: Basic HTML Coding
Previous: Basic HTML Coding
-
<head>....</head>
tag delimits head part of document.
-
<title>....</title>
Defines the title of the Web page.
- Ever Web page should have a title
- Displayed as Title of Netscape Window
- Used in Bookmarks or Hot lists to identify page
- Make title succinct but meaningful
- Only one title per page
- Only plain text in title (no other tags).
- Other head items will be met later.
dave@cs.cf.ac.uk