link a style to html code example
Example 1: link style css to html
<link rel="stylesheet" type="text/css"href="style.css">
Example 2: link to css html
<link href="/media/examples/link-element-example.css" rel="stylesheet">
<link rel="stylesheet" type="text/css"href="style.css">
<link href="/media/examples/link-element-example.css" rel="stylesheet">