Question:What is the correct method to add an external JavaScript file to Magento's local.xml file?
A <action method="addScript"><script>jquery/jquery.js</script></action>
B <action method="addCss"><script>jquery/jquery.js</script></action>
C <action method="addJS"><script>jquery/jquery.js</script></action>
D None
+ AnswerC
+ Report