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
  • A brief discussion on JavaScript Array Objects

    A brief discussion on JavaScript Array Objects

    Array Array 1. Introduction Array is an ordered collection of values. Each value is called an element, and each element has a position in the array, represented by a number, called an index. JavaScript arrays are of no type: array elements can be of any t
    2025-05-07
  • How to implement website background music

    How to implement website background music

    For individual webmasters, how to make their website unique and full of personality has always been the goal of unremitting efforts. In addition to trying to improve the visual effects and interactive functions of the page, if you can hear a beautiful and
    2025-05-07
  • w3c organization gives html4 style suggestions

    w3c organization gives html4 style suggestions

    This is the style suggestion given by the w3c organization to html4, but unfortunately, browsers all add their own private attributes, making the standard a cloud. But it is still very meaningful for us. Appendix D. Default style sheet for HTML 4This appe
    2025-05-07
  • When is dl,dt,dd suitable for use?

    When is dl,dt,dd suitable for use?

    dl: Definition list Definition list dt: Definition title Definition title Dd: Definition Description Definition description Definition description Dt is placed in the information title, and dd is a simple summary description of this information, that is,
    2025-05-07
  • Copy and inheritance instance of js object

    Copy and inheritance instance of js object

    This article describes the replication and inheritance of js objects. Share it for your reference. The specific details are as follows: Copy the code as follows: <script type="text/javascript">Object.prototype.extend = function(obj){//在函数里,
    2025-05-07
  • Detailed explanation of the rel and target attributes of ALink links

    Detailed explanation of the rel and target attributes of ALink links

    The question about target="_blank" stay and will be discussed many times online. Some say they need to keep, and some say they need to remove them. The party who advocates stay mainly considers the attribute of target="_blank" currentl
    2025-05-07
  • The application of overflow processing of HTML tags

    The application of overflow processing of HTML tags

    Use CSS to modify the scrollbar 1. Settings when overflow content overflow-x settings when overflow-y settings when overflow-y settings when overflow-vertical content overflow The values ​​set by the above three attributes are visible (default), scroll, h
    2025-05-07
  • Cookie packaging and usage guide for javascript

    Cookie packaging and usage guide for javascript

    1. Before the introduction, cookies were used, and they were all operated in the form of document.cookies. Although the compatibility is good, it is troublesome. I am a person who prefers to make wheels, so I encapsulate a tool for cookies. For a long tim
    2025-05-07
  • Today I encountered a very strange Li A click problem solved by myself

    Today I encountered a very strange Li A click problem solved by myself

    ...It's like this. Today I was going to make a pop-up window. The task assigned to me by php in the background is very simple for me, because I have done it no less than three times. The key is to know the principle of pop-up window. Click .youkeli to
    2025-05-07
  • Class and instance implementation methods in JavaScript

    Class and instance implementation methods in JavaScript

    This article describes the implementation methods of classes and instances in JavaScript. Share it for your reference. The details are as follows: JavaScript does not have the concept of parent class or subclass, nor does it have the concept of class or i
    2025-05-07
  • Detailed explanation of JavaScript closures

    Detailed explanation of JavaScript closures

    In the previous article, we gave an overview of the pre-explanation. Before writing this blog post, we planned to write a few classic cases. Considering that those cases are more comprehensive, we have this blog post step by step, which is easier to learn
    2025-05-07
  • Example analysis of the usage examples of js window.showModalDialog and window.open

    Example analysis of the usage examples of js window.showModalDialog and window.open

    This article describes the usage of window.showModalDialog and window.open of js. Share it for your reference. The specific analysis is as follows: 1. window.open() support environment: JavaScript1.0+/JScript1.0+/Nav2+/IE
    2025-05-07
  • HTML&amp;CSS&amp;JS兼容树(IE,Firefox,chrome)

    HTML&amp;CSS&amp;JS兼容树(IE,Firefox,chrome)

    What is a tree in WEB design? Simply put, click on a link, expand the lower directory, and then click on it to join. This is the simplest tree. How to implement it? It is also very simple. There is a property display in CSS. This can control the reality o
    2025-05-07
  • Detailed explanation of JavaScript exception handling

    Detailed explanation of JavaScript exception handling

    Front-end engineers all know that JavaScript has basic exception handling capabilities. We can throw new Error(), and the browser will also throw an exception when we call the API error. But it is estimated that most front-end engineers have never conside
    2025-05-07
  • Text mode under IE! Introduction to the function of DOCTYPE

    Text mode under IE! Introduction to the function of DOCTYPE

    After the problem of automatic form filling mentioned in the previous article was solved, I encountered a new problem, which is that some of the page's styles displayed incorrectly under IE. Through the IE developer tool, check the corresponding style
    2025-05-07