how to add .css file in html code example
Example: how do i link my css to my html
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen"/>