CSS is Used for re-usability and inheritance.
It is of 3 types:
þ In Line
þ Internal (or) Embedded
þ External
In Line : CSS
coding in embedded inside the tag.
Internal (or)
Embedded : It is used for Reusability
in Local
External: Reusability
in Global. The <link> tag defines the relationship between a document and
an external resource. The <link> tag is used to link to style
sheets. The rel attribute
specifies the relationship between the current page and the linked web
resource.