This tag typically encloses the <title>
, <base>
, <style>
, and <link>
tags of any HTML source document, at the start of the document before the body text begins. Tags enclosed by <head>
are processed before any tags enclosed within the <body>
tag are addressed.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.