current location:Home > Technical Articles > Web Front-end > H5 Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- A brief discussion of the differences between HTML5 and HTML4
- Since HTML 4.01 was released in December 1999, subsequent HTML5 and other standards have been shelved. In order to promote the development of the Web standardization movement, some companies have joined forces and established a group called the Web Hypertext Application Technology Working Group (Web Hypertext Applied Technology Working Group - WHATWG) organization. So what are the changes between them from HTML4 to HTML5?
- H5 Tutorial 2219 2017-11-21 10:00:47
-
- A brief discussion on the future development of HTML5
- In recent years, with the continuous development of science and technology, HTML5 has quickly become popular among developers. HTML5 itself is recommended by the W3C. Its development is a technology brewed by hundreds of companies such as Google, Apple, Nokia, and China Mobile. The biggest advantage of this technology is that it is an open technology. In other words, every public standard can be traced back to the W3C database. On the other hand, the HTML5 standard adopted by W3C means that every browser or every platform will implement it.
- H5 Tutorial 2519 2017-11-20 16:03:32
-
- Create screen gesture unlock function with HTML5
- With the development of the times, HTML5 is loved by some people and is also an indispensable programming language in the development process. HTML5 itself is recommended by the W3C. Its development is a technology brewed by hundreds of companies such as Google, Apple, Nokia, and China Mobile. The biggest advantage of this technology is that it is an open technology. In other words, every public standard can be traced back to the W3C database. On the other hand, the HTML5 standard adopted by W3C means that every browser or every platform will implement it.
- H5 Tutorial 2380 2017-11-20 14:39:56
-
- What are the differences between JavaScript's methods for arrays?
- In JavaScript, there are many methods for adding, removing, and replacing array elements. Many methods can achieve the same function, but they are very different. Today we will compare the array methods in JavaScript. What's the mystery?
- H5 Tutorial 2000 2017-11-18 17:39:42
-
- 'Snake'--H5 mini game development
- Today I would like to share with you a small game made with H5 for everyone to discuss and study. It is a very classic game, Snake. There are two classic ways to play Snake: one is to score points to clear levels, and the other is to eat to the end. The specific gameplay of the first type is that the snake will clear the level after eating a certain amount of food, and the speed will speed up after passing the level; the second type of gameplay is that it eats until there is no more food. What we are going to implement today is the second way of playing.
- H5 Tutorial 2016 2017-11-18 17:27:12
-
- The most comprehensive HTML5 tags
- With the development of programming languages, the hottest topic in the field of web front-end development in recent years is undoubtedly HTML5. HTML5 has fundamentally changed the way developers develop web applications. From desktop browsers to mobile applications, this language and standard have It is affecting and will continue to affect various operating platforms. In this article, we will share with you a set of HTML5 tags, come and get it now!
- H5 Tutorial 2381 2017-11-18 17:19:52
-
- 5 useful H5 quick reference manuals
- The fundamental reason why H5 can trigger such a wide range of effects is that it is no longer just a markup language. It provides a new framework and platform for the next generation of Internet, including plug-in-free audio and video, image animation, ontology storage and more. Cool and important functions, and standardize and open these applications, so that the Internet can easily achieve a desktop-like application experience. Therefore, the future development of H5 is also foreseeable, and a good HTML5 quick reference manual is also very important. Below, the editor will introduce five useful H5 quick reference manuals to you.
- H5 Tutorial 2649 2017-11-18 13:48:49
-
- HTML5 offline storage and cookie storage analysis
- Before HTML5, we would use cookies to cache some data on the browser side, such as logged in user information, historical search information, etc. However, the capacity supported by cookies is only 4k, and there is no dedicated API for operation. We can only rely on some open source libraries. Cookies.js is used here to store and obtain cookie information.
- H5 Tutorial 2636 2017-11-18 13:18:12
-
- Several ways to create dynamic effects in HTML 5
- A website with dynamic effects will make the website look more classy and attract more attention from netizens. With the development and progress of the times, more and more developers are beginning to add dynamic effects to the front-end interface. So today we will organize and share the production methods of front-end dynamic effects, and give a brief explanation of Canvas.
- H5 Tutorial 19937 2017-11-18 11:26:00
-
- The attribute paused that returns whether the audio/video has been paused in html5
- The paused property returns whether the audio/video is paused. All major browsers support the paused attribute. Note: This attribute is not supported in Internet Explorer 8 or earlier browsers.
- H5 Tutorial 3229 2017-11-09 09:54:37
-
- html5 returns the attribute networkState of the current network status (activity) of audio/video
- The networkState property returns the current network status (activity) of audio/video. All major browsers support the networkState attribute.
- H5 Tutorial 2264 2017-11-09 09:51:06
-
- The attribute muted that sets or returns whether audio/video should be muted in HTML5
- The muted attribute sets or returns whether the audio/video should be muted (sound turned off). All major browsers support the muted attribute.
- H5 Tutorial 9708 2017-11-09 09:47:12
-
- H5 sets or returns the attribute mediaGroup of the name of the media group to which the audio/video belongs
- The mediaGroup attribute sets or returns the name of the media group to which the audio/video belongs. Media grouping allows two or more audio/video elements to stay synchronized.
- H5 Tutorial 1746 2017-11-09 09:43:05
-
- html5 property that sets or returns whether the audio/video should play again at the end of the loop
- The loop property sets or returns whether the audio/video should play again when it ends. All major browsers support the loop attribute. Note: This attribute is not supported in Internet Explorer 8 or earlier browsers.
- H5 Tutorial 3739 2017-11-09 09:38:50
-
- html5 returns the error attribute of a MediaError object
- The error property returns a MediaError object. The code attribute of the MediaError object contains the audio/video error status.
- H5 Tutorial 4816 2017-11-08 14:04:01