Link CSS and JavaScript In HTML folder

PHOTO EMBED

Wed Jan 26 2022 16:03:53 GMT+0000 (Coordinated Universal Time)

Saved by @preduxas

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Calculator</title>
    <link href="Calculator with Js\style.css" rel="stylesheet">
    <script src="Calculator with JS\script.js" defer></script>
content_copyCOPY

https://www.section.io/engineering-education/building-a-calculator-a-javascript-project-for-beginners/