You can integrate CSS on a webpage in three different ways. You can use Inline to add CSS rules to an HTML element. You can use Embedded for adding a unique style to a single document. You can use Linked or Imported or External for making changes to multiple pages of a website.