What are the different ways to include CSS in a web page and when would you use each method?

1 Answers
Answered by suresh

To include CSS in a web page, there are several methods that can be used. The most common ways to include CSS are:

1. **Internal CSS:** This method involves placing the CSS code directly within the HTML document using the `