current location:Home > Technical Articles > Web Front-end > H5 Tutorial

  • Introduction to HTML5 header meta
    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
    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
    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
    HTML5 tag selection method guide
    H5 Tutorial 2914 2017-10-13 09:50:04
  • Usage of MUI top tabs
    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
    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
    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 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"&gt
    H5 Tutorial 2711 2017-10-06 10:40:17
  • Detailed explanation of angular's $watch method
    Detailed explanation of angular's $watch method
    H5 Tutorial 2120 2017-10-06 10:40:07
  • What is HTML5 History mode
    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
    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
    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
    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
    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?
    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

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28