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:
-
- (Server-sent Events) A brief discussion of server push events in H5
- This article mainly introduces a brief discussion of HTML5 server push events (Server-sent Events), which has certain reference value. Those who are interested can learn more.
- H5 Tutorial 1614 2017-08-05 14:37:36
-
- Use css border-image to achieve zigzag shape
- This article mainly introduces some knowledge about CSS sawtooth to everyone, and shares it for your reference and study. Let’s take a look at the detailed introduction:
- H5 Tutorial 3198 2017-08-05 12:56:34
-
- HTML5 Basics SVG Tutorial
- SVG stands for Scalable Vector Graphics, which is used to define vector-based graphics for the web and uses XML format to define graphics. SVG images can be enlarged or resized without losing graphic quality. In addition, SVG is a World Wide Web Consortium standard, and SVG is integrated with W3C standards such as DOM and XSL. In January 2003, SVG 1.1 was established as a W3C standard. The advantages of using SVG compared to other image formats are:
- H5 Tutorial 2793 2017-08-04 13:44:31
-
- HTML5 Canvas to draw graphics
- 1. The HTML5 <canvas> element is used for drawing graphics, which is done through scripts (usually javascript). 2. The <canvas> tag is just a graphics container, and a script must be used to draw graphics. 3. There are many ways to draw paths, boxes, circles, characters and add images through Canvas.
- H5 Tutorial 3037 2017-08-04 13:24:33
-
- What is the difference between xhtml and html?
- 1. What is the difference between xhtml and html? HTML is a basic WEB page design language, and XHTML is a markup language based on XML. The main difference is: XHTML elements must be nested correctly. The XHTML element must be closed. Tag names must use lowercase letters. &
- H5 Tutorial 3213 2017-07-27 16:24:22
-
- Example sharing of waiting for loading animation in html5 animation
- This article introduces in detail the example sharing of waiting for loading animation in html5 animation, which has certain reference value. Let’s take a look together~
- H5 Tutorial 2572 2017-07-27 16:20:42
-
- Example analysis of the core idea of H5 editor
- The code and features are valid when tested under chrome49. The essence of text rendering is the rendering of text nodes. The selected starting point and ending point can be obtained through the browser's built-in object Range var range = getRangeObject();var start = range.startOffset,end = range.endOffset;var startContainer = range.startContai
- H5 Tutorial 1528 2017-07-27 15:50:57
-
- Detailed introduction to server push events
- Server-sent Events are a one-way communication based on the WebSocket protocol in which the server sends events & data to the client. All major browsers currently support server-sent events, except Internet Explorer of course. 2333...WebSocket protocol is another server-client communication protocol after the HTTP protocol. Different from HTTP's simple one-way communication mode where the client requests the server to respond, it supports two-way communication between the server and the client.
- H5 Tutorial 2062 2017-07-26 18:08:29
-
- h5 new features and web page layout examples
- Html5 new features: 1. Compatibility 2. Rationality 3. Efficiency 4. Security 5. Separation 6. Simplification 7. Versatility 8. No plug-ins HTML5 organization: 1. WHATWG2.W3C3.IETF HTML5 functions: Canvas, Channel messages Transmission, Cross-document messaging, Geolocation, MathML, Microdata, Server-Sent Events, Scala
- H5 Tutorial 2263 2017-07-26 09:39:45
-
- An example tutorial about canvas-scratch-off
- Today, combined with the lottery game in the previous article, I used canvas to write a small game - scratch-off. First, use canvas to make a canvas with a width and height of 200px. Then position a span tag on the canvas. The effect is as follows. Next, get the canvas tag, define an array, and then use canvas to draw a gray square to cover this part. The effect is as follows: Use canvas to create a transparent circle. When the mouse moves, clear the gray layer on the canvas and display the text below (first prize). ...
- H5 Tutorial 3320 2017-07-25 09:37:41
-
- HTML5 learning route analysis
- I have been working on the web for about eight years. Today I will give a brief introduction to novices who want to do HTML5 development: what HTML5 can do, its future development, and a systematic learning plan. I don’t need to tell you how popular HTML5 is at the moment. It is clear that many other industries want to switch to HTML5 development and have a good development prospect in the future. HTML5 technology continues to mature, and major browsers are constantly compatible with the latest HTML5 technology. HTML5 is called something that can change people's lives. And now the competition for HTML5 is also very big, so I want to...
- H5 Tutorial 7819 2017-07-25 09:29:27
-
- Detailed explanation of examples of how to call the camera to take pictures and compress images in HTML5
- This article mainly introduces the example code of H5 calling the camera to take pictures and compress the pictures. The editor thinks it is quite good, so I will share it with you now and give it as a reference. Let’s follow the editor and take a look.
- H5 Tutorial 2689 2017-07-24 15:08:38
-
- Detailed explanation of H5 local storage instance
- They can store: arrays json data pictures scripts style files; two client-side storages: 1.localStorage data storage without time limit () Methods are: .localStrage.getItem();localStrage.setItem();removeItem(); localStr
- H5 Tutorial 1638 2017-07-24 11:11:11
-
- Solve the problem of Bootstrap only loading remote data once
- Summary: For the modal dialog box of the front-end framework Bootstrap, you can use the remote option to specify a URL, so that the dialog box will automatically load data from this address into .modal-body when it pops up for the first time, but it will only be loaded once. , but this problem can be solved by calling the removeData() method in the event. 1. Bootstrap modal dialog box and simple use 1 <div id="myModal" class="moda
- H5 Tutorial 1667 2017-07-24 11:06:37
-
- Sample code sharing on how to implement user registration form in html5
- This article introduces in detail the sample code sharing on how to implement the user registration form in HTML5, which has certain reference value. Let’s take a look at it together.
- H5 Tutorial 5521 2017-07-24 10:18:27