call style.css in html code example
Example 1: call css html
<link rel="stylesheet" href="mystyle.css">
Example 2: style.css in html
put in the <header> tag:
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mystyle.css">
put in the <header> tag:
<link rel="stylesheet" href="style.css">