ho to add css external file code example
Example 1: external style sheet
<link rel="stylesheet" type="text/css" href="mystyle.css">
Example 2: link css file in html
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" href="styles.css">