link style css code example
Example 1: css link
<link href="main.css" rel="stylesheet">
Example 2: link style css to html
<link rel="stylesheet" type="text/css"href="style.css">
<link href="main.css" rel="stylesheet">
<link rel="stylesheet" type="text/css"href="style.css">