how to import the css file in css code example
Example 1: html how to import css file
<head>
<link rel="stylesheet" href="mystyle.css">
</head>
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">