html link tag w3schools code example
Example 1: html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<link rel="stylesheet" href="./styles.css">