Element Attributes
•Many tags contain attributes that control the behavior, and in some cases the appearance, of elements in the page.
•
•Attributes are inserted within the start tag brackets.
•<element attribute1=“value1” attribute2=“value2” …/>
for one-side tags
•
•<element attribute1=“value1” attribute2=“value2” …>content</element>

for two-sided tags