- Learning HTML5 by Creating Fun Games
- Rodrigo Silveira
- 143字
- 2021-08-13 17:00:57
HTML5 is not a single feature
Before providing the developer with new features, HTML5 tries to solve core problems that were exposed in previous versions of HTML, namely the programming architecture. Since HTML was not originally created with web application development in mind, as programmers started using it for such purposes, they soon found themselves with very messy code. The application data was heavily mixed with the presentation code, which was in turn tightly coupled with the application logic.
To solve this problem, developers were given Cascading Style Sheets (CSS), which allowed them to separate HTML markup (the information) from how the information was rendered. Thus, the term HTML5 really refers to three separate technologies, namely HTML5 (the new semantic elements or tags), CSS3, and JavaScript (all the new APIs, such as web storage, web workers, and web sockets, to name a few).
- jQuery Mobile Web Development Essentials(Third Edition)
- Modular Programming with Python
- Instant Typeahead.js
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Learning Salesforce Einstein
- Node.js全程實(shí)例
- SQL基礎(chǔ)教程(第2版)
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Java SE實(shí)踐教程
- C++ Fundamentals
- Mockito Essentials
- C語言程序設(shè)計(jì)與應(yīng)用實(shí)驗(yàn)指導(dǎo)書(第2版)
- Java 9:Building Robust Modular Applications
- Processing開發(fā)實(shí)戰(zhàn)
- HTML 5與CSS 3權(quán)威指南(第4版·上冊(cè))