externes CSS
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css"></link>
</head>
<body>
Unusual Unicorn
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css"></link>
</head>
<body>
/*
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
*/
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen"/>
// You can pass mutliple links into the urls using an array as well
browser.windows.create({url: "google.com"});
/* ######## Navigation Menu Css by sorabloggingtips.com ######################### */