- HTML5 Web Application Development By Example Beginner's Guide
- J.M. Gustafson
- 188字
- 2021-08-13 16:50:18
Chapter 1. The Task at Hand
"I long to accomplish a great and noble task, but it is my chief duty to accomplish small tasks as if they were great and noble."
– Helen Keller
In this first chapter we will learn the basics of creating an HTML5 application. We will create an application template to be used as a starting point for building new applications quickly and with minimal effort. Then, we'll use that template to create a simple tasklist application. Along the way we will discover how to interact with the user and manipulate the application's user interface. We will also learn about our first new HTML5 feature, the Web Storage API.
In this chapter we will learn:
- The three basic components of an HTML5 application, HTML, CSS, and JavaScript
- Some jQuery basics for those of you unfamiliar with the JavaScript library
- How to initialize an application and handle user interactions
- How to manipulate the DOM to add, remove, change, and move elements
- How to create reusable HTML templates
- How to use the HTML5 Web Storage API to store and retrieve an application's state
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- 演進式架構(原書第2版)
- 大學計算機基礎(第三版)
- Visual Studio 2012 Cookbook
- Spring技術內幕:深入解析Spring架構與設計
- Learning SAP Analytics Cloud
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Hands-On Microservices with Kotlin
- 微信小程序項目開發實戰
- Building Serverless Web Applications
- SSH框架企業級應用實戰
- 大規模語言模型開發基礎與實踐
- 微信小程序開發邊做邊學(微課視頻版)
- 可視化H5頁面設計與制作:Mugeda標準教程
- HTML5/CSS3/JavaScript技術大全