Welcome to my Attributes page!

Welcome to my notes hompage from IST coding class /w3schools . Each link will take you to a brand new topic. ENJOY!

What are Attributes for?
HTML attributes are special words used within the opening tag of an HTML element to provide additional information or modify its behavior and appearance.
What is the proper syntax for an attribute?
The proper syntax for an attribute generally follows a name="value" pattern within an opening tag, like <element name="value">, providing extra info about the element

Click here to go back to the Notes homepage.