How can I have a external style sheet? I want to have a separate file containing all my styles, how to do it.
Explanation
This will be very useful when we have so many styles defined. We will want to take all the styles in to a different file. That's what we do in External CSS. We take all the styles in a external file and map it with the html page.
Example:
We will put the following style in a text file say mystyle.css