Home>Web design tutorial> HTML tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
HTML tutorial
  • Export HTML5 Canvas images and upload server functions

    Export HTML5 Canvas images and upload server functions

    Export HTML5 Canvas images and upload them to the server. In recent projects, we often encounter the need to draw images on canvas, such as puzzles, image editing, etc. Images processed by canvas must involve saving, so the following method may be what yo
    2025-02-07
  • HTML data submits post_ power node java college

    HTML data submits post_ power node java college

    The HTTP request method specified in the HTTP/1.1 protocol is Options, GET, Head, Post, Put, Delete, Trace, Connect. Among them, POST is generally used to submit data to the server. This article mainly discusses several methods for POST submitted data.
    2025-02-07
  • How to achieve a custom path animation example in Canvas

    How to achieve a custom path animation example in Canvas

    In the recent project, I need to make a new demand: realize custom path animation in Canvas. The so -called custom path here not only includes a straight line, maybe multiple straight -line motion combinations, and even include the Bessel curve. Therefore
    2025-02-07
  • Example of realizing the effect of eye movement based on the HTML5 gyroscope

    Example of realizing the effect of eye movement based on the HTML5 gyroscope

    Recently, when I used the OFO Little Yellow Car APP, I found that the previous sweeping below became a little yellow man with eyes, and it felt quite interesting. Here I used HTML5 to imitate the effect. The analysis of the effect of the eye effect is not
    2025-02-07
  • History mode in HTML5

    History mode in HTML5

    Recently, I saw the implementation of Vue-Router's HTML5 History mode, and then studied the HTML5 HISTORY by the way. The following are some of my own understanding. By the way
    2025-02-07
  • Detailed explanation of the drag and drop event in HTML5 (DRAG and Drop)

    Detailed explanation of the drag and drop event in HTML5 (DRAG and Drop)

    The browser supports Internet Explorer 9, Firefox, Opera 12, Chrome, and Safari 5 support drag and drop. Note: Do not support drags in Safari 5.1.2. HTML5 drag and drop instance<!DOCTYPE html>
    2025-02-07
  • Use PhoneGap to detect the network status method

    Use PhoneGap to detect the network status method

    Examples as: below:<!DOCTYPE html><html><head><meta charset=UTF-8><title> Check network</title>
    2025-02-06
  • If judgment usage in HTML

    If judgment usage in HTML

    In the web development process of Django, when writing HTML, a list variable with the same name is passed in from the backend, but the content format is different and needs to be judged separately. I have read many articles and tried several methods, but
    2025-02-06
  • Sample code for canvas to implement circular progress bar animation

    Sample code for canvas to implement circular progress bar animation

    This article introduces the implementation of circular progress bar animation in canvas and shares it with everyone. The details are as follows: First, show you the renderings, and then add the code. Progress bar animation 1. The HTML part of the canvas i
    2025-02-06
  • HTML5+CSS3+JS Implementing Qixi Romance Function Code

    HTML5+CSS3+JS Implementing Qixi Romance Function Code

    Because today's August 28th is the Valentine's Day of China -Tanabata, as a program ape, I only knock on the code at home! But I still have a heart of getting off; I made H5+CSS+JS interface I wish my friends: The happy and specific features of th
    2025-02-06
  • HTML Form_Motor Node Java College

    HTML Form_Motor Node Java College

    In HTML, the table uses a TABLE tag tr to indicate that the line TD indicates that the column Th indicates the header, and the header is usually used for the name. Below is a list.<html><head><title> Table in html</title></head>
    2025-02-06
  • HTML5 source tag: media elements define media resources

    HTML5 source tag: media elements define media resources

    The HTML5 source tag is a media element (such as<video> and<audio> ) to define media resources.<source> Tags allow you to specify alternative video/audio files for the browser to select based on its support for media types or codecs. The host here will te
    2025-02-06
  • Implementation code for using canvas to create a DVD standby animation

    Implementation code for using canvas to create a DVD standby animation

    Disclaimer: I don’t intend to teach canvas, I just took a quick look at it because I thought it was fun. It means it's a little rough, so don't criticize me. . The effect frame rate is slightly lower, but the actual performance is of course much s
    2025-02-06
  • Examples of canvas compression images and card production methods

    Examples of canvas compression images and card production methods

    When making some activity pages, there are often needs to upload pictures, and the pictures, generated text and stickers also need to be generated into a card that users can long-press to save. This requirement has been completed once before, and it was m
    2025-02-06
  • For details, use HTML5 Canvas to create a dynamic particle grid animation

    For details, use HTML5 Canvas to create a dynamic particle grid animation

    Recently, I saw a particle grid animation very dazzling, and I made one, and it was pretty good as the background. CSDN cannot upload more than 2m pictures, so it is simply cut off a static picture: let ’s start to say how to achieve this effect: first of
    2025-02-06