- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 65字
- 2021-07-02 15:48:53
DOCTYPE
The first line of your HTML page will contain the DOCTYPE. This is used to tell the browser how the HTML should be interpreted. We'll focus on HTML5 in this book so the first example you see in the following uses the HTML5 DOCTYPE. The two other common doctypes are HTML 4.01 Strict and XHTML 1.0 Strict:
- HTML5:
<!DOCTYPE html>
- HTML 4.01 Strict:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- XHTML 1.0 Strict:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
推薦閱讀
- Advanced Splunk
- Java系統分析與架構設計
- C#程序設計教程
- Practical DevOps
- Visual C
- STM32F0實戰:基于HAL庫開發
- Java 11 Cookbook
- Redis Essentials
- SQL基礎教程(第2版)
- MySQL入門很輕松(微課超值版)
- Learning Material Design
- Java 9 Programming By Example
- Instant Zurb Foundation 4
- Drupal 8 Development Cookbook(Second Edition)
- 3D Printing Designs:Octopus Pencil Holder