I have a file that have a navigation bar and interact with another file as css and javascript file. What I need to do it is include this code in another html page and I don't know to do this. I'm using nodejs as server side and as a front end i'm using w3.css and w3.js. Can You Help??
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script src="https://kit.fontawesome.com/a01ae3d94e.js" crossorigin="anonymous"></script>
<nav>//code<nav>
<script src="script.js"></script>