<head>
<link rel="stylesheet" href="styles.css">
</head>
<link rel=“stylesheet” type=“text/css” href=“style.css” />
<head>
<!-- Linking external Css document -->
<link rel="stylesheet" href="styles.css">
<!-- Writing Css inside HTML element -->
<style>
...
</style>
</head>
<link rel="stylesheet" href="styles.css">
/*
Adding css file into html document
*/
<link rel="stylesheet" type="text/css" href="yourstylesheetname.css"> /* add this line into head tag of the file with change in file name. */
/*
I hope it will help you.
Namaste
*/
<head>
<link rel='stylesheet' href='style.css'>
</head>
<head>
<link rel="stylesheet" href="../css.style">
</head>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<html>
#make sure that you are using the link tag inside the head tag
<link rel="stylesheet" href="hi.css">
<head>
<link rel="stylesheet" href="[name of css file]"
</head>
<link rel="stylesheet" href="path/filename.css">
// You can pass mutliple links into the urls using an array as well
browser.windows.create({url: "google.com"});
link a css file to html