Tag Attribute

HTML Tag Attribute values surrounded by " characters

Most HTML tags support their own set of tag attributes

Each attribute contains an attribute name and an attribute value

E.g. : <a href="index.html">

Tags may have more than one attribute

Widths, Heights given as number of pixels, or % of window

E.g. : width="25%" OR width="400"

Page size is not known