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:

- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Getting Started with CreateJS
- 微信公眾平臺(tái)開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- Spring+Spring MVC+MyBatis從零開始學(xué)
- jQuery for Designers Beginner's Guide Second Edition
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺(tái)
- Python程序設(shè)計(jì)教程
- C語言程序設(shè)計(jì)與應(yīng)用實(shí)驗(yàn)指導(dǎo)書(第2版)
- 網(wǎng)絡(luò)綜合布線與組網(wǎng)實(shí)戰(zhàn)指南
- Getting Started with RethinkDB
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- ReactJS Blueprints
- Django 3 Web應(yīng)用開發(fā)從零開始學(xué)(視頻教學(xué)版)
- 正則指引(第2版)