import css on html page code example
Example 1: easy way to import cs html
<link rel=“stylesheet” type=“text/css” href=“index.css” />
Example 2: how to import a css file in html
To add, make a stylesheet and to import we write <link rel="stylesheet" href="styles.css">