Answer:
<link rel="stylesheet" type="text/css" href="webStyle.css" />
Step-by-step explanation:
Your files are in the same folder, so you do not need "css/" in the file path.
You do need type="text/css" to indicate the type of style file you are using.
< link rel="stylesheet" type="text/css" href="webStyle.css" / >