CSS can be added to HTML file in one of 3 ways
Using a style attribute (Inline CSS)
Within a style element (Inline CSS)
As an external stylesheet
Prerequisites: HTML
Since CSS works with HTML, learning HTML is a prerequisite before learning CSS
Learn HTML here: • Learn HTML 5