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
  • Chrome browser usage tips: Quickly and proficiently use Chrome

    Chrome browser usage tips: Quickly and proficiently use Chrome

    Article introduction of Wulin.com (www.vevb.com): Seven Chrome usage techniques that you may not know. Gone are the era of Microsoft IE covering the sky. In the current Warring States period, Google Chromium/Chrome, which has emerged in recent years and t
    2025-04-14
  • JS uses for loop to search elements

    JS uses for loop to search elements

    This article mainly introduces JS using a for loop and an array to traverse child nodes to find element function nextChildNode(node,clazz,tagName){ var count= node.childElementCount; for(var i
    2025-04-14
  • Example of using getAttribute method in js

    Example of using getAttribute method in js

    At this point, we have introduced two ways to retrieve specific element nodes: one is to use the getElementById() method, and the other is to use the getElementsByTagName() method. After finding that element, we can use getAtt
    2025-04-14
  • html5 bounce ball sample code

    html5 bounce ball sample code

    Comment: The jump ball is implemented using html5. Don’t be surprised. It can be implemented using html5. The specific screenshots and codes are as follows. Interested friends can refer to it. I hope it will be helpful to everyone.<html><head><meta charse
    2025-04-14
  • HTML Elementary Tutorial Tags, Properties, and Elements

    HTML Elementary Tutorial Tags, Properties, and Elements

    Tags, attributes, and elements - The elements that make up HTML Although HTML is based on plain text, we still need more things to make a plain text file a legitimate HTML file. The basic composition of tag HTML contains tags, and tags surround content an
    2025-04-14
  • html instance code to implement simple ListViews effect

    html instance code to implement simple ListViews effect

    html implements simple ListViews effect to achieve effect: css style file listviewTest.cssbody{ background: whitesmoke;}#mainContentDiv{ position: absolute;
    2025-04-14
  • Detailed explanation of javascript callback function

    Detailed explanation of javascript callback function

    Callback Function Definition A callback function is a function called through a function pointer. If you pass the pointer (address) of the function as an argument to another function, when this pointer is used to call the function it points to, we say thi
    2025-04-14
  • HTML5 implements a small tank sample code that can be moved

    HTML5 implements a small tank sample code that can be moved

    Comment: I believe everyone has already become well-known for the word HTML5, and its functions are very powerful. This article introduces you to implement a small tank that can be moved through it. The details are as follows. Friends who like HTML can re
    2025-04-14
  • HTML5 tutorial: What are semantic tags? What is its function?

    HTML5 tutorial: What are semantic tags? What is its function?

    Article introduction of Wulin.com (www.vevb.com): I remember a horrible experience. The page was nested with a dozen or dozens of divs. It made me feel dizzy when I read it... Some of them can use the span tag, p tag, and div. Those who can use h1 and hx
    2025-04-14
  • ajaxFileUpload.js plugin supports multiple file upload methods

    ajaxFileUpload.js plugin supports multiple file upload methods

    Prerequisites: AjaxFileUpload.js plug-in multiple files upload steps: 1. Modify the source code, (the source code only supports the upload of a single file): Copy the code as follows: //Before modifying the code------- //var oldElement = jQuery('#&#39
    2025-04-14
  • HTML5 basic tutorials: em, strong, dfn, code, samp, kbd, var, cite

    HTML5 basic tutorials: em, strong, dfn, code, samp, kbd, var, cite

    Article introduction of Wulin.com (www.vevb.com): <em>, <strong>, <dfn>, <code>, <samp>, <kbd><var>, <cite>. Definition and usage The following elements are phrase elements. Not against using them, but by using style sheets, you ma
    2025-04-14
  • HTML5 learning tutorial: HTML page directly inserts SVG elements

    HTML5 learning tutorial: HTML page directly inserts SVG elements

    Article introduction of Wulin.com (www.vevb.com): SVG is the abbreviation of Scalable Vector Graphics. What SVG? Advantages of SVG The advantage of using SVG over other types (JPEG or GIF) is that the browser supports IE9, Firefox, Chrome and S.
    2025-04-14
  • JS implements the principle of div flickering and implementation code

    JS implements the principle of div flickering and implementation code

    Recently, I have learned to use easyi and found that the framework is indeed convenient and concise. Those who can make this framework are all at the level of a master. It's awesome... I came across this application today and I can be very speechless.
    2025-04-14
  • Methods for IE browser to support HTML5 standard

    Methods for IE browser to support HTML5 standard

    Article introduction of Wulin.com (www.vevb.com): To enable IE (including IE6) to support HTML5 elements, we need to add the following JavaScript to the HTML header. This is a simple document.createElement declaration, and use conditional annotations to c
    2025-04-14
  • What are the methods to get element offsets in javascript

    What are the methods to get element offsets in javascript

    The offset of the element can be obtained through four attributes: 1. offsetHeight: The size of the space occupied by the element in the vertical direction, (pixels). Includes the height of the element, the height of the (visible) horizontal scroll bar, t
    2025-04-14