Summary of Structural Tags 93
Structural
Tags
Summary of Structural Tags
Web Design in a Nutshell, eMatter Edition
topmargin=number
Specifies the distance (in number of pixels) between the top edge of the
browser and the top edge of text or graphics in the window.
NN: 2, 3, 4 - MSIE: 2, 3, 4, 5 - HTML 4 - WebTV - Opera3
...
Defines the head (also called “header”) portion of the document that contains
information about the document. The
only as a container for the other header tags, such as
NN: 2, 3, 4 - MSIE: 2, 3, 4, 5 - HTML 4 - WebTV - Opera3
...
Placed at the beginning and end of the document, this tag tells the browser that
the entire document is composed in HTML.
NN:2, 3, 4 - MSIE: 2, 3, 4, 5 - HTML 4 - WebTV -Opera3
Defines a relationship between the current document and another document. This
tag goes within the
external stylesheet.
Attributes
href=url
Identifies the target document.
methods=list
Specifies a browser-dependent list of comma-separated display methods for
this link. It is not commonly used.
rev=relation
Specifies the relationship from the target document to the source.
rel=relation
Specifies the relationship from the current source document to the target.
rel=stylesheet
This attribute is used within thetag to create a relationship with an
external stylesheet.
title=text
Provides a title for the target document.
type=resource
Shows the type of an outside link. The valuetext/cssindicates that the
linked document is an external cascading style sheet.