- Web Developer's Reference Guide
- Joshua Johanan Talha Khan Ricardo Zea
- 84字
- 2021-07-09 20:18:20
html
The html
element is the root element of the HTML document:
<html manifest></html>
Attributes
The manifest
attribute links to a resource manifest that lists which files should be cached.
Description
The html
element must directly follow the DOCTYPE
element. This is the root element that all other elements must be descendants of.
The html
element must have one head
element and one body
element as its children. All other elements will be inside these tags.
Here is what a simple HTML page looks like:
<!DOCTYPE html> <html manifest="offline.appcache"><head> </head> <body> Hey </body> </html>
推薦閱讀
- GitLab Cookbook
- Vue.js 2 and Bootstrap 4 Web Development
- Cassandra Data Modeling and Analysis
- Learning Apache Mahout Classification
- Visual FoxPro程序設計
- QGIS By Example
- The DevOps 2.5 Toolkit
- Swift細致入門與最佳實踐
- Instant Nancy Web Development
- MySQL入門很輕松(微課超值版)
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Mobile Forensics:Advanced Investigative Strategies
- Software-Defined Networking with OpenFlow(Second Edition)
- 從“1”開始3D編程