HTML and CSS Reference
In-Depth Information
Root Element
Element
Description
Content Model
Attributes
html
Provides the container for
all other HTML markup and
content
One head
followed by one
body element
Document Head Elements
Element
Description
Content Model
Attributes
head
Provides a container
for elements containing
information about the
document and its relation
to other documents and
resources
metadata
title
Provides the title for the
document's window
text
none
base
Sets the base URL for any
hyperlinks using relative
addressing
empty
href, target
link
Provides a URL to a related
resource
empty
rel, href
meta
Provides data values relating to
the page
empty
name,
content,
http-equiv
style
Provides a container for CSS
statements
CSS statements
media, type
script
Provides a container for client-
side executable code, such as
JavaScript
code statements
src, type
noscript
Provides content for user
agents that do not execute
scripts
metadata, low
 
 
 
Search WWH ::




Custom Search