Home  >  Article  >  Web Front-end  >  Some basic questions about JS

Some basic questions about JS

jacklove
jackloveOriginal
2018-05-21 10:21:121419browse

We often encounter some js problems during development and learning. This article will introduce some related js basic issues.

What is the order in which CSS and JS are placed on the web page?

Generally we put the CSS in the head tag and the JS code at the end of the body code.


  
  JS基础