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:

- Vue.js 3.x快速入門
- Servlet/JSP深入詳解
- RESTful Java Web Services(Second Edition)
- C# and .NET Core Test Driven Development
- iPhone應用開發從入門到精通
- Learning AWS
- CRYENGINE Game Development Blueprints
- C語言程序設計習題與實驗指導
- Instant Apache Camel Messaging System
- Python Deep Learning
- TypeScript圖形渲染實戰:2D架構設計與實現
- C語言從入門到精通
- JSP應用與開發技術(第3版)
- Magento 2 Developer's Guide
- Switching to Angular 2