JAVASCRIPT Declarations

External JS files can be referenced in tag using src attribute Both relative and absolute binding are supported Remote resources can also be used Locally defined JS code is added between tags More than one script tags can be used In HTML5, type attribute is not mandatory anymore Executed automatically (DOM is not ready yet!) Coding … Continue reading JAVASCRIPT Declarations