Home > Article > Web Front-end > Learn HTML5 from scratch
1 basic HTML5 introductory tutorial and 4 HTML5 small project tutorials to help you learn HTML5 from scratch.
[HTML5 Basics Introduction]
The tutorial will introduce the new features in HTML5, including structure tags, new form tags, file operations, Canvas, local storage, etc. It is suitable for people who are interested in front-end programming and have already learned HTML.
Experiment list:
[Realize local image cropping based on HTML5]
This project implements the use of HTML5 canvas technology, combined with HTML5 File API to implement local cropping of images. Through this project, you will learn how to combine HTML5 and JavaScript to write a simple single-page application. The project difficulty is average and suitable for students who are just getting started with front-end. They need to understand cavas and have a basic knowledge of JavaScript.
Rendering:
[Implementing a small game based on HTML5 Canvas]
This project implements a small game based on HTML5 canvas. It focuses on the process of HTML5 game development and things that need to be dealt with in game development. Students who are interested in web game development can practice basic knowledge of HTML5 and JavaScript through this project.
Rendering:
[Based on HTML5 to achieve scratch-off effect]
This project uses HTML5 to complete the scratch-off effect of "scratch-off" . HTML5 is the fifth generation version of HTML and is currently the latest version. At the same time, the project also uses JavaScript related technologies to complete. Learning projects help consolidate front-end knowledge.
Rendering:
[HTML5 two-step implementation of jigsaw puzzle]
This project implements the web version based on HTML+CSS+JavaScript Jigsaw puzzle. HTML5, CSS3 and JavaScript related knowledge will be used during the implementation process. Completing this project can further solidify the basic knowledge of front-end.
Rendering:
Finally:
Want to see more front-ends Tutorial, click here to view it;
To learn the front-end learning path, click here to view it;
The above is the detailed content of Learn HTML5 from scratch. For more information, please follow other related articles on the PHP Chinese website!