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:
-
- How to use HTML5-Web storage?
- Web storage, a better local storage method than cookies localStorage and sessionStorage LocalStorage - data storage without time limit sessionStorage - data storage for a session //Whether it supports if(typeof(Storage)!=="undefined"){ / / Yes! Support localStorage sessionStorag
- H5 Tutorial 1485 2017-06-20 10:30:35
-
- Use canvas to design a simple drawing board
- I talked about some of the basic knowledge of canvasAPI before. Just looking at the introduction of the API is really boring. I need something that can stimulate my inner passion to motivate myself to learn, so I created a small example to accompany the learning of canvasAPI. In this way, through the API Knowledge, combined with the application of small examples, can better understand these properties and methods of canvas, and can also inspire your own inspiration and feelings to create canvas special effects. Well, please call me Lei Feng, you are welcome!
- H5 Tutorial 2529 2017-06-19 11:12:23
-
- Front-end component management platform developed based on Vue Family Bucket
- Background of the project The background of the project is that in outsourcing website building companies, a large number of reusable components are accumulated in the design process. Designers often only need to fine-tune the components to piece together the page and deliver it to the front end. In theory, these components can also be reused in the front end, but in fact the front end The entire page must be re-implemented every time, which wastes a lot of manpower. Functional Requirements The idea of this project is to develop all components and input them into a unified platform for management. Designers can go to the platform to select components, and preview and adjust the components in real time. What you see is what you get during the entire process, and the platform will generate an adjustment result. String code, as long as the code is handed over to the front end,
- H5 Tutorial 1781 2017-06-19 10:45:48
-
- Detailed graphic and text explanation of escaping entity characters, metadata, jumps and global attributes in HTML5
- Html entities display special characters through code. For example, <> will be recognized as a tag in the browser and cannot be displayed normally. In this case, you need to use < to express the left angle bracket.
- H5 Tutorial 2562 2017-06-18 13:29:37
-
- Detailed introduction to div and span html block-level elements in html5
- Another common use of the <div> element is in document layout. It replaces the old-fashioned way of using tables to define layouts. Using the <table> element for document layout is not a correct use of tables. The <table> element is used to display tabular data.
- H5 Tutorial 3389 2017-06-18 13:22:18
-
- Technical problems encountered by HTML5 file upload plug-in
- To summarize the technical problems I encountered when making the HTML5 file upload plug-in, first paste the source code: fileupload-html5.js (PS: The company uses the seajs framework)
- H5 Tutorial 1434 2017-06-17 15:38:08
-
- A code sharing for HTML5QQ login
- Share a code about HTML5QQ login
- H5 Tutorial 4760 2017-06-17 15:12:38
-
- Summary of Html5 form (2) input type various inputs, various user choices, upload
- <input> Unrestricted input type Restricted input type = the following types
- H5 Tutorial 2368 2017-06-17 14:35:51
-
- Introduction to html5 forms, select drop-down, and textarea multi-line text
- In fact, it is similar to the input list. Option is used, and value does not need to be added. However, assignment is generally used for database storage and calling. Databases are more efficient for numerical indexes.
- H5 Tutorial 4748 2017-06-17 14:34:01
-
- Detailed explanation of the use of html5 escaped entity characters
- Entity Html entity is to display special characters through code. For example, <> will be recognized as a label in the browser and cannot be displayed normally. In this case, you need to use < to express the left angle bracket.
- H5 Tutorial 3969 2017-06-17 14:33:42
-
- Summary of newly added tags in html5
- <article>defines article. <aside> defines content outside the page content. <audio> defines the sound content.
- H5 Tutorial 1718 2017-06-16 11:09:49
-
- Detailed explanation of HTML5 semantic markup Section and Article examples
- HTML5 brings a series of new elements and will be widely used in the future. However, there are some elements that are easy to confuse when using them, including the following two new elements: <article> and <section>.
- H5 Tutorial 1748 2017-06-16 11:01:11
-
- Audio playback introductory tutorial: 10 recommended zero-based introductory tutorials for audio playback
- The early Internet was mainly used to share academic results, but for ordinary people, they were more willing to share some more interesting content on it, such as video and audio. Before HTML5, these technologies were not web audio and video solutions provided by HTML tags. Development Although early HTML did not provide tags to support video or audio playback, this did not affect people's desire to share. Support method 1: Use embed to directly insert the video into the page, and then you can use Windows Media Player, Apple QuickTime or actually ...
- H5 Tutorial 2161 2017-06-15 15:30:55
-
- 10 recommended articles on optimization strategies
- HTML5 is becoming more and more popular as an emerging field. However, in the context that the hardware performance of mobile devices is weaker than that of PCs, the demand for performance becomes more important. There is a huge difference between HTML5 performance before optimization and after optimization. Few people are familiar with how to optimize performance to improve performance. This article uses the LayaAir engine as an example to explain in detail how to use the engine to optimize the performance of HTML5 through code examples. Topics include: Code Execution Fundamentals Benchmarking Memory Optimization Graphics Rendering Performance Reducing CPU Usage Other Optimization Strategies Section 1: Code Execution Fundamentals LayaAir Primes...
- H5 Tutorial 1812 2017-06-15 15:22:12
-
- 7 recommended articles about hgroup
- The hgroup<hgroup> tag is used to group titles of web pages or sections. <hgroup> <h1>Welcome to my WWF</h1> <h2>For a living&am
- H5 Tutorial 1414 2017-06-15 15:09:50