I started html and CSS today because I have to get my IT homework done. I have to make a simple restaurant menu but when I open my file it only shows the html one(im sure that css and js are written well, i think its a link problem). Sorry if it's obvious but im really new.
<html>
<head>
<title>Jadłospis</title>
<link rel=¨stylesheet¨ type=¨text/css¨ href=¨menucss.css¨>
<script src="menujs.js"></script>
</head>
<body>
<div class="container">
<div class="group-header">
<span>Tylko kanapka</span>
<span>Zestaw</span>
</div>
<h3>
<span>Hamburger</span>
<span>10</span>
<span>15</span>
</h3>
<p>Kanapka z kotletem z mięsa wołowego</p>
<h3>
<span>Cheeseburger</span>
<span>11</span>
<span>16</span>
</h3>
<p>Hamburger z dodanym żółtym serem</p>
<h3>
<span>Burger Hawajski</span>
<span>13</span>
<span>18</span>
</h3>
<p>Hamburger z ananasem, szynką i serem</p>
</div>
</body>
</html>
¨href. Secondly, is there a file in that path on your computer?