link css with html 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">
Example 3: how to link css to html
<link rel="stylesheet" href="PathToYourFile.css">
Example 4: how to link your css file to html
<head>
<link rel='stylesheet' href='style.css'>
</head>
Example 5: html css linking
<link rel="stylesheet" href="styles.css">
Example 6: link to css html
<link href="/media/examples/link-element-example.css" rel="stylesheet">