NAM
8
Q:

how to link javascript to html and css

<html>
  <head>
    <script type="text/javascript" src="/path/to/script.js"></script>
    ...
6

  
    <script src="myscripts.js"></script>
  
 
12
<script src="script.js"></script>
5
# Javascript
<script src="[file_name].js"></script>

# CSS
<link rel = "stylesheet" type="text/css" href = "style.css" />
0

New to Communities?

Join the community