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:
-
- Introduction to HTML5 header meta
- Used to define page meta-information. To define meta-information is to specify some name-value pairs. In addition to specifying the id attribute, this element can also specify the following three attributes: http-equiv: Specifies the meta-information name. The name specified by this attribute has special meaning. It can return some useful information to the browser to help the browser. Handle web content correctly. name: Specifies the name of the meta-information. The name can be specified arbitrarily. content: Specifies the value of meta-information. Specifying effective keywords for web pages will help search engines index this page.
- H5 Tutorial 1996 2017-10-14 09:33:53
-
- Introduction to H5 semantic tags
- H5 new tag ---- Semantic tag difference: 1. The default style is different 2. It has SEO optimization effect 1. header, generally used as the head of the web page 2. aside, sidebar 3. nav, navigation bar 4. address, address, font style default italic tag defines contact information for the author/owner of the document or article. If the element is inside an element, it represents document contact information. If the element is inside an element, it represents the article's contact information. 5.sec
- H5 Tutorial 2339 2017-10-14 09:29:43
-
- Viewport screen adaptation in html5 development
- With the popularity of high-end mobile phones (Andriod, Iphone, Ipod, WinPhone, etc.), mobile Internet application development has attracted more and more attention. Using html5 to develop mobile applications is the best choice. However, each mobile phone has a different resolution and screen size. How can we make the application or page size we develop suitable for various high-end mobile phones? Learning the use of html5 viewport can help you do this...
- H5 Tutorial 2114 2017-10-13 10:18:46
-
- HTML5 tag selection method guide
- HTML5 tag selection method guide
- H5 Tutorial 2914 2017-10-13 09:50:04
-
- Usage of MUI top tabs
- MUI is a high-performance front-end framework that is closest to the native APP experience. Its more important functions are: pull-down refresh, side-sliding navigation, sliding trigger operation menu and top (bottom) tabs, etc.
- H5 Tutorial 4257 2017-10-13 09:39:12
-
- Content Security Policy (CSP) in HTML5
- Preface: Cordova does not support inline events, so click events must be extracted into js. The following is excerpted from the official website, I hope it will be helpful to you. In order to alleviate a large number of potential cross-site scripting issues, Chrome's extension system has included the content General concepts of Security Policy (CSP). This introduces some fairly strict policies that will make extensions more secure by default and give you the ability to create and enforce rules that govern the types of content that can be loaded and executed by extensions and applications. Generally speaking, CSP acts as a hacking/whitelisting mechanism for extension loading or
- H5 Tutorial 2660 2017-10-07 11:40:00
-
- What is the difference between jquery on bind
- Starting from version 1.7+, JQuery provides on() and off() for binding and canceling event processing functions. These two APIs have many similarities with the bind() and unbind() originally provided by JQuery, but also have some differences. For a detailed introduction to bind and unbind, please refer to this article. The function signatures of on() and bind() are as follows: [javascript] view plain copybi
- H5 Tutorial 2003 2017-10-07 11:39:52
-
- h5 avatar image rotation css3 precisely controls the position of each image
- H5 avatar picture rotation css3 precise control of the position of each picture: 1. The following is the required rendering: 2. The pictures used are: <div id="box1Kuang1"> <div class="con-show01 mar-top1 mar -left1"> <div class="con-show02"> <div class="con-show03">
- H5 Tutorial 2711 2017-10-06 10:40:17
-
- Detailed explanation of angular's $watch method
- H5 Tutorial 2120 2017-10-06 10:40:07
-
- What is HTML5 History mode
- vue-router's default hash mode - uses the hash of the URL to simulate a complete URL, so when the URL changes, the page will not be reloaded. If we don’t want an ugly hash, we can use the routing history mode, which makes full use of the history.pushState API to complete URL jumps without reloading the page. const router = new VueRouter({ mode: 'his
- H5 Tutorial 3916 2017-09-23 09:19:12
-
- Solving the problem of drawing fonts, pictures and blurry graphics in html5 canvas
- Most appear on high-dpi devices, which means more pixels per square inch, such as phones and tablets. Of course, many high-end desktop computers also have high-resolution and high-dpi monitors.
- H5 Tutorial 3725 2017-09-21 11:42:13
-
- Detailed explanation of implementing custom path animation in html5 in Canvas
- This article mainly introduces how to implement custom path animation examples in HTML5 in Canvas. It has certain reference value. Interested friends can refer to it.
- H5 Tutorial 2909 2017-09-20 09:52:53
-
- Key points of mobile website design optimization
- Although the mobile terminal is limited by constraints such as mobile phone performance and network and cannot achieve the same excellent results as PC, the mobile terminal also has its own unique advantages, such as parallax scrolling through the unique gravity sensing function of the mobile phone, and the "acceleration" sensor to achieve "shaking". Shake" and other elegant and interesting human-computer interactions.
- H5 Tutorial 1631 2017-09-20 09:12:57
-
- Optimization methods for page redrawing and reflow
- Before discussing page redraws and reflows. You need to have some understanding of the page rendering process, how the page displays html combined with css, etc. to the browser. The following flow chart shows the browser's processing flow for page rendering. Different browsers may be slightly different. But basically they are similar. The browser parses the obtained HTML code into a DOM tree. Each tag in HTML is a node in the DOM tree, and the root node is our commonly used document object. The DOM tree contains all HTM
- H5 Tutorial 3164 2017-09-18 09:34:49
-
- What are the data-* custom attributes of HTML5?
- The data-* attribute has always been a knowledge point that I have not taken the time to understand. I happened to see this blog post written in more detail and easy to understand, so I reposted it.
- H5 Tutorial 1773 2017-09-18 09:31:36