Attribute Directives extend the behavior or the look and feel of a given element. Attribute Directives are very similar to HTML attributes defined along with the element.
Attribute Directives can be of two types:
- Built-in Attribute Directive
- Custom or user-defined Attributes Directive
Let's now look at them in detail in the following sections.