Linking CSS to a Web Document
As we know its pretty simple to link a CSS file to a web document. There are three ways to link a CSS file to HTML Document or XHTML Document served as HTML. These three ways are based on the type of CSS we want to use. Three types of CSS are External CSS, Internal CSS, and Inline CSS.