HTML5 APIs: A Comprehensive Guide
1. Introduction to HTML5 and Related Technologies
HTML5 is the latest version of the Hypertext Markup Language for creating web pages, with HTML 5.1 being the current standard as of November 2016, and HTML 5.2 in development. The W3C plans to develop future versions more frequently with smaller increments. The HTML5 specification is modular, allowing different features to be developed at different paces.
1.1 Ajax
Ajax is a technique for asynchronous data sending and receiving in the background. Data is often sent in JSON. It can be used for partial page updates and communicating with external APIs. The Fetch API can be used to make Ajax requests. There are also interfaces like Response, Request, and Headers
HTML5核心API综合指南
超级会员免费看
订阅专栏 解锁全文
19

被折叠的 条评论
为什么被折叠?



