Head (thing)
Head (thing)
(
thing
)
by
eric+
(
I like it!
)
Mon Jun 26 2000 at 23:53:53
1
¶
, 7
s
, 119
w
, 775
c
In the
HTML
3.2 spec, the <head>
element
can contain any of the following:
<title>: to define the page's
title
.
<script>: which contains
scripts
(short
client-side
programs
to be run from the
browser
)
<style>:
style sheet
information.
<isindex>: tells the
browser
that the page is
searchable
and it should provide the
user
with means to enter a
query string
.
<base>: defines the base
URL
for the
relative URLs
on the page.
<meta>: used to pass any
name-value pairs
to the
user agent
.
<link>: provides means to define the page's
relationship
with others.
http://everything2.com/title/Head
http://everything2.com/node/625653