0:00 / 0:00
M1:S2 - HTML Element Attributes
Note
Questions
Downloads
Course Project
Reviews
Attributes provide extra information that can be added to HTML elements to modify their behaviours. They are usually written in the start tag or opening tag. The format for writing attributes is “name” = “value”. The name specifies the type of attribute you want to add while the value tells the direction you want the attribute to assume.