Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • Twenty-two HTML5 tips (three)

    Twenty-two HTML5 tips (three)

    Continue to explain the skills of HTML5: 16. Video supports audio elements<audio> Very similar, HTML5 videos are also supported on new browsers. In fact, just recently YouTube announced a new HTML5 video embed. Unfortunately, since the HTML5 documentation
    2025-03-26
  • Full HTML for upload form with image preview function

    Full HTML for upload form with image preview function

    Upload form with image preview function, complete HTML code is as follows<html><head><meta http-equiv=Content-Type content=text/html; charset=gb2312>
    2025-03-26
  • Getting started: A brief introduction to the basic tags and properties of HTML

    Getting started: A brief introduction to the basic tags and properties of HTML

    HTML is composed of flags and attributes, which are used together to tell the browser how to display a page of documents. Logo is used to refer to document parts such as text or picture. Attributes are options for logos and are modified in logos such as c
    2025-03-26
  • HTML Advanced Tutorial Statement

    HTML Advanced Tutorial Statement

    At the top of each of your pages, you need a document declaration. Yes, it must. If you do not specify a document type, your HTML is not a legitimate HTML, and most browsers will use quirks mode to process the page, which means that the browser thinks you
    2025-03-26
  • Detailed explanation of the three parameters of addEventListener, useCapture

    Detailed explanation of the three parameters of addEventListener, useCapture

    addEventListener has three parameters: the first parameter represents the event name (excluding on, such as "click"); the second parameter represents the function to receive event processing; the third parameter is useCapture, which will be expl
    2025-03-26
  • Javascript+CSS Ideas and Code for Implementing Image Roller Blind Effects

    Javascript+CSS Ideas and Code for Implementing Image Roller Blind Effects

    Those who have used Arcgis must have a deep memory of the effect of a roller shutter in Arcmap. They want to move it to their WebGIS system. With the same idea, I have also done some research on this more dazzling roller shutter effect. Hey, hey, I came o
    2025-03-26
  • JavaScript implements press Ctrl key to open a new page

    JavaScript implements press Ctrl key to open a new page

    (Translator's note: This article solves the problem of using JS to open a new page when pressing the Ctrl key) In the simplified HTML5 specification, multiple DIVs and/or other block-level elements are allowed to be included in the A tag. Now, just <a
    2025-03-26
  • JS event binding shortcut keys take ctrl+k as an example

    JS event binding shortcut keys take ctrl+k as an example

    js代码<html> <head> <script type="text/javascript"> window.onload=function(){ HotKeyHandler.Init(); } var HotKeyHandler={
    2025-03-26
  • Detailed explanation of the js debugging tool Console command

    Detailed explanation of the js debugging tool Console command

    1. The command copy code for displaying information is as follows:<!DOCTYPE html><html><head><title> Common console commands</title>
    2025-03-26
  • How to remove border-collapse in style attribute when gridview is generated

    How to remove border-collapse in style attribute when gridview is generated

    When using gridview in vs2005, by default, the gridview control will add border-collapse:collapse to the style attribute in the generated html code; the code copy is as follows:
    2025-03-26
  • Detailed explanation of JavaScript exporting Excel instances

    Detailed explanation of JavaScript exporting Excel instances

    This article describes the method of exporting Excel by JavaScript. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html xmlns="http://www.w3.org/1999/xhtml"><head>
    2025-03-26
  • JavaScript minimalist tutorial (II): Objects and functions

    JavaScript minimalist tutorial (II): Objects and functions

    Reading this article requires programming experience in other languages. Simple types in JavaScript include: 1. Number 2. String 3. Boolean (true and false) 4.null5.undefined Other types are objects (we should not be confused by the return value of the ty
    2025-03-26
  • Analysis of operational problems of FRAME in JS

    Analysis of operational problems of FRAME in JS

    This article discusses the operational problems of FRAME in JS and shares it for your reference. The specific analysis is as follows: The above figure is used as an example. Here, the interoperability between frames is simply listed as: 1 variable 2 metho
    2025-03-26
  • Some references to HTML regarding color

    Some references to HTML regarding color

    In HTML, there are two ways to represent colors. One is to use a color name, such as blue means blue. Another type is to use hexadecimal values ​​to represent the color value of RGB. RGB means Red, Green, Blue. The minimum value of each primary color of R
    2025-03-26
  • Methods for realizing simple firework explosion effect by native Js

    Methods for realizing simple firework explosion effect by native Js

    This article example describes the method of native Js to achieve simple firework explosion effect. Share it for your reference. The specific analysis is as follows: Implementation principle: Within a certain range, some divs are randomly generated to for
    2025-03-26