xxxxxxxxxx
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css"> <!--Copy this line of code-->
</head>
<body>
</body>
</html>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="path/to/stylesheet.css">
</head>
<body>
<!-- Rest of the HTML content -->
</body>
</html>
xxxxxxxxxx
<head>
<link rel="stylesheet" type="text/css" href="/path/to/style.css">
</head>
xxxxxxxxxx
<link rel="stylesheet" href="styles.css">
//Replace styles.css with your css file path