====== Custom Header HTML ====== You may include the following kinds of HTML content in your app's HTML Header: * '''' tags, see: **[[ http://www.w3schools.com/tags/tag_script.asp | w3Schools ]]** * '''' tags, see: **[[ http://www.w3schools.com/tags/tag_style.asp | w3Schools ]]** * '' .. '' tags, see: **[[ http://www.w3schools.com/tags/tag_link.asp | w3Schools ]]** * '' .. '' tags, see: **[[ http://www.w3schools.com/tags/tag_meta.asp | w3Schools ]]** Script tags may include external libraries and any custom Javascript or jQuery. Keep in mind that JavaScript code in a custom header will not execute until some action calls your code. You can find out more about adding custom JavaScript and jQuery code in these sections: * **[[ Writing custom JavaScript ]]** * **[[ Using device features with JavaScript ]]** * **[[ Customizing with jQuery ]]** * **[[javascript_jquery_cookbook|JavaScript & jQuery Cookbook]]** All JavaScript code that you include in the HTML Header must be encased within '''' tags.