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
  • Notes on using Textarea

    Notes on using Textarea

    Why specifically mention textarea? Because the textarea node is actually very special. Because this node is special, the explanation of it is different in IE and other browsers. Stop selling it, haha! In fact, the main reason is to help a senior brother r
    2025-05-23
  • Solve that the page cannot be closed when the modal encounters the Esc key in bootstrap

    Solve that the page cannot be closed when the modal encounters the Esc key in bootstrap

    bootstrap provides us with many convenient page controls, modal is one of them. Many people encounter the problem that the esc key cannot be closed when using modal, even if the keyboard option is explicitly passed in, it will not take effect. $('#edi
    2025-05-23
  • Research report on Javascript loading execution optimization

    Research report on Javascript loading execution optimization

    I have been working in front-end development for more than a year, and I still have some insights into front-end. Today I will share with you. Various powerful tools are indispensable for front-end development. For example, I am used to using Google brows
    2025-05-23
  • Beginners in web page production: Learn to use HTML hyperlink A tag

    Beginners in web page production: Learn to use HTML hyperlink A tag

    The hyperlink a tag represents a link point and is the abbreviation of an anchor in English. Its purpose is to connect the text or picture at the current location to other pages, text or images, which is well known, but the syntax structure may be a littl
    2025-05-23
  • Basic usage analysis of ul and li

    Basic usage analysis of ul and li

    Navigation, small data table, center
    2025-05-23
  • js implements the method of selecting all, not selecting and unselecting checkbox

    js implements the method of selecting all, not selecting and unselecting checkbox

    This article describes the method of JS to implement checkbox selection, non-select and anti-select. Share it for your reference. The specific analysis is as follows: 1. Ideas: 1. Get elements 2. Add click events to select all without selecting them 3. Us
    2025-05-23
  • Instructions for using fs.symlink method in node.js

    Instructions for using fs.symlink method in node.js

    Method Description: Create a symbolic link. Syntax: Copy the code as follows: fs.symlink(srcpath, dstpath, [type], [callback(err)]) Since this method belongs to the fs module, it is necessary to introduce the fs module before use (var fs= require("f
    2025-05-23
  • Tutorial on using frameset tags in HTML

    Tutorial on using frameset tags in HTML

    The frameset page is somewhat different from the common web pages. Although still<HTML> and title containing<HEAD> Tags and other scripts start, but their content is simply the layout design of each page. Therefore, no longer need to have<BODY> Elements,
    2025-05-23
  • Use replace method in js to complete the conversion of a certain character

    Use replace method in js to complete the conversion of a certain character

    The code copy is as follows: var str = "National name [1990] No. 12"; How to add a backslash to the front of "[" and "]" in the variable, it is to replace it with this: str = "National name/[1990/] No. 12"; The code
    2025-05-23
  • Detailed explanation of screenY, pageY, clientY, layerY, offsetY attributes of mouse events

    Detailed explanation of screenY, pageY, clientY, layerY, offsetY attributes of mouse events

    The offset of screenY mouse relative to the upper left corner of the monitor screen The offset of screenY mouse relative to the upper left corner of the page (its value will not be affected by the scroll bar) under IE9 does not support this property, but
    2025-05-23
  • DTD document type declaration doctype

    DTD document type declaration doctype

    html is the common language for publishing hypertext on the World Wide Web [1]. From 1982, tim berners-lee simplified the original definition of sgml to the release of xhtml1.1 specification in 2001, html has become an international standard with multiple
    2025-05-23
  • The difference between FLOW CHART and UI FLOW

    The difference between FLOW CHART and UI FLOW

    Many concepts in UI design don't look very different in literal terms, but in fact they vary greatly. Teacher @Akane_Lee, a Taiwanese designer who has not posted a post for a long time, took the opportunity of analyzing concepts to elaborate on the fu
    2025-05-23
  • HTML5 Definition and regulations for each tag: Introduction to body

    HTML5 Definition and regulations for each tag: Introduction to body

    Comment: This article mainly introduces the body tag body element, which is the main content tag of the html document. Can set properties onafterprint Run the script after printing the document onbeforeprint Run the script before printing the document onb
    2025-05-23
  • Summary of some commonly used js methods in WeChat

    Summary of some commonly used js methods in WeChat

    1. Slide left and right to view the picture, as shown in the following example: the js effect copy code code is as follows: var pictures = [];angular.forEach(pitctures,function(k,i){pictures[i] = k.imgPath;});$
    2025-05-23
  • Several points about using standard HTML code in web page production

    Several points about using standard HTML code in web page production

    The most common mistake many website designers make is that when their web pages can be displayed normally under IE, they think that their code is correct. They even often see people complaining that their website is not ideal. If you take a quick look at
    2025-05-23