Answers for "js path to html"

7

script src tag in html

<script type="text/javascript" 
         src="file.js">  
</script>
Posted by: Guest on May-08-2020
7

path in html

/   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Posted by: Guest on March-26-2020

Browse Popular Code Answers by Language