Primary tags
At a minimum, all your web pages will need to contain the <html>, <head>, and <body> tags. The <html> tag defines the whole HTML document. All other tags must be placed inside this tag. Tags that define how the web page will appear in the browser are placed inside the <body> tag. For instance, your mapping applications will contain a <div> tag inside the <body> tag that is used as a container for displaying the map.
Loading this HTML page in a browser would produce the content you see in the following screenshot. Most of the ArcGIS API for JavaScript code that you write will be placed between the <head></head> tags, either within a <script> tag or inside a separate JavaScript file. As you gain experience you will likely begin placing your JavaScript code inside one or more JavaScript files and then referencing them from the <head> section. We'll explore this topic later. For now just concentrate on placing your code inside <script> tags, within the <head> tags:

- INSTANT Mock Testing with PowerMock
- Debian 7:System Administration Best Practices
- Mastering Predictive Analytics with Python
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Building an RPG with Unity 2018
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Python深度學(xué)習(xí):模型、方法與實現(xiàn)
- Processing創(chuàng)意編程指南
- JavaScript從入門到精通(視頻實戰(zhàn)版)
- PHP 8從入門到精通(視頻教學(xué)版)
- Learning C++ by Creating Games with UE4
- JavaScript前端開發(fā)基礎(chǔ)教程
- JBoss AS 7 Development
- Hands-On Artificial Intelligence with Unreal Engine
- Learning HTML5 by Creating Fun Games