add css page to html code example
Example 1: how do i link my css to my html
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen"/>
Example 2: how to add css to html
<link rel="stylesheet" href="hi.css">
Example 3: add css to page
<link rel="stylesheet" href="mystyle.css">