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:
-
- Summary of HTML5 semantic tag introduction
- Although the new semantic tags of HTML5 have many benefits, there are still compatibility issues in older versions of IE browsers. It often makes people feel headaches. Should they boldly use new tags or use traditional large numbers of meaningless DIVs? Label? Today we will briefly take a look at the compatibility of H5 new tags. First, let’s look at a small piece of simple code: HTML code: <!DOCTYPE html><html><head lang="en"...
- H5 Tutorial 1812 2017-06-14 14:16:13
-
- Recommended articles about automatic verification
- Html5 realizes the automatic verification function of user registration. Example code 05-24 10:49:46 Author: PHP Chinese Network took the time to write an Html5 user registration demo with automatic verification function. Use Handlebars template technology and mobile phone verification code verification. The following is a screenshot of the effect: 1. Page code: usersRegister.hbsXML/HTML Code Copy the content to the clipboard <!DOCTYPE html> &n...
- H5 Tutorial 1467 2017-06-14 14:13:46
-
- Getting Started Tutorial on Drag and Drop Events
- Foreword HTML5 provides a direct drag-and-drop API, which greatly facilitates us to achieve drag-and-drop effects. We do not need to write a lot of js. We only need to listen to the drag-and-drop events of elements to achieve various drag-and-drop functions. If you want to drag and drop an element, you must set the draggable attribute of the element to true. When this attribute is false, draggable will not be allowed. Both the img element and the a element have the draggable attribute set to true by default, so you can drag and drop them directly. If you don't want to drag and drop these two elements, set the attribute to fals...
- H5 Tutorial 1594 2017-06-14 13:34:47
-
- Content recommendations for 3D carousel
- The purpose of this blog is because in the classic case of the previous HTML5/CSS3 special topic CSS3 to create the 3D flip effect of Baidu Tieba, there is an important knowledge point about the CSS 3D effect that was not mentioned, which is the perspective and tranlateY renderings: Hehe , I made some photos when I graduated from college into a carousel, rotating around my liberal arts major, not forgetting the nurturing grace of my alma mater ~ 1. The perspective attribute includes two attributes: none and a length value with a unit. Which perspective...
- H5 Tutorial 2091 2017-06-14 13:30:30
-
- How to use 3D models? Summarize 3D model example usage
- 1. Overview Most of the 3D models used in contemporary WebGL programming are converted from 3DsMax models or Blender models. This working mode is more suitable for scenarios where 3D designers and 3D programmers work together. But for WebGL enthusiasts who work alone, this mode is too heavy: not to mention the various bugs in the conversion plug-in itself that seriously reduce the success rate of conversion, just to generate a simple model requires systematic learning of 3DsMax Or the way to use Blender makes people feel that the gain outweighs the gain. Based on the above considerations, I plan to compile...
- H5 Tutorial 6020 2017-06-14 11:22:21
-
- Summary of basic feature function definitions and usage
- Recently I came into contact with Bootstrap and LESS. The most widely used CSS preprocessors are LESS and Sass. They are all trying to arm CSS into a development language and transition it from a simple descriptive language to a language with procedural characteristics. The main features are: variables, Mixins, nesting, inheritance, etc. As mentioned in the tutorial: The CSS preprocessor is to transform CSS from a designer’s tool to a developer’s tool. But after reading it, I feel that, as a...
- H5 Tutorial 2329 2017-06-14 10:48:16
-
- Recommended courses on text rendering
- There are mainly three attributes and three methods related to text rendering: The basic usage of the above attributes and methods is as follows: var canvas = document.getElementById("canvas"); var&nb
- H5 Tutorial 1652 2017-06-14 10:20:42
-
- 10 recommended articles about printing
- Responsive web design is a great solution to the multi-screen problem, but is a bit difficult from a print perspective. There are no fixed page sizes, no millimeters or inches, no physical limitations, no way to start. The exclusive use of pixel design methods for desktop and mobile is also a thing of the past, as more and more devices can open websites. Therefore, we need to clarify some basic principles of responsive web design and embrace fluid web pages instead of fighting against them. 1. Responsive vs Adaptive Web Design They may seem to be the same, but they are not. ...
- H5 Tutorial 2899 2017-06-14 09:10:23
-
- Introductory Tutorial for Adding Pictures: 10 Recommended Basic Tutorials for Adding Pictures
- In the previous tutorial "HTML5 Practice - CSS3 Image Style", I introduced how to add background-image packaging to images, and use box-shadow and border-radius to set a variety of styles for images. Interested friends can go back and read it. But recently I encountered a problem when designing the PhotoTouch theme. The background-image size cannot be adjusted, which is not ideal for responsive design. today...
- H5 Tutorial 1937 2017-06-13 11:59:39
-
- An example tutorial on HTML5 semantic elements
- What is a semantic element? A semantic element clearly describes its meaning to browsers and developers. Semantic element examples: <div> and <span> - no need to consider content. Semantic element examples: <form>, <table>, and <img> - clearly defines its content. Browser support Internet Explorer 9+, Firefox, Chrome, Safari...
- H5 Tutorial 1716 2017-06-13 11:51:38
-
- 10 recommended articles about HTML5 development
- Now more and more people are trying to develop using HTML5, and the number of HTML5 engines is gradually increasing. What kind of engine should developers choose? This time I will compare the efficiency of several engines that I personally think are pretty good. The engines participating in this comparison: 1. createJSwww.createjs.com2. cocos2d-HTML5www.cocos2d-x.org/wiki/Cocos2d-html53. enchant.jsenchantjs.com4. l...
- H5 Tutorial 2263 2017-06-13 11:42:35
-
- 10 course recommendations on simple animation
- 1. Rendering 2. Principle The first step is to draw a full circle with a customized color. The second step is to draw an inner circle with a radius smaller than the outer circle and the color is customized. The last step is to draw a third circle according to the percentage and the color is customized. To achieve the effect of the third step of dynamic drawing, just add a timer function, draw a distance every once in a while, and set a threshold. When it is greater than this threshold, the timer will be cleared. This threshold is actually to display percentage value. Each time you draw 0.01. Note: When drawing in the timer, you need to draw the inner circle in the second step, and the blank circle is also in the timer...
- H5 Tutorial 1538 2017-06-13 11:25:07
-
- Detailed introduction to open source libraries
- 1. What is lufylegend.js? lufylegend is an HTML5 open source engine. It implements HTML5 development using ActionScript3.0-like syntax. It includes LSprite, LBitmapData, LBitmap, LLoader, LURLLoader, LTextField, LEvent and many other classes familiar to AS developers. It supports Google Chrome. , Firefox, Opera, IE9, IOS, A...
- H5 Tutorial 1450 2017-06-13 11:09:52
-
- 10 recommended courses about Box2dWeb
- Angry Birds is a popular puzzle game. Now I am trying to use lufylegend library and Box2dWeb physics engine to see how to make such a classic physics game in html5. Preparation 1 First, you need to download the lufylegend library version 1.4.1 http://blog.csdn.net/lufy_legend/article/details/7751425box2dweb. You can download it here http://code.google.com/p.. .
- H5 Tutorial 1794 2017-06-13 11:08:35
-
- HTML5 game development-Angry Birds article recommendations
- Angry Birds is a popular puzzle game. Now I am trying to use lufylegend library and Box2dWeb physics engine to see how to make such a classic physics game in html5. Preparation 1 First, you need to download the lufylegend library version 1.4.1 http://blog.csdn.net/lufy_legend/article/details/7751425box2dweb. You can download it here http://code.google.com/p.. .
- H5 Tutorial 1806 2017-06-13 11:06:23