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
  • Deeply understand the JavaScript series (19): Detailed explanation of the Evaluation strategy

    Deeply understand the JavaScript series (19): Detailed explanation of the Evaluation strategy

    Introducing this chapter, we will explain the strategy of passing parameters to function functions in ECMAScript. This strategy is generally called "evaluation strategy" in computer science (Uncle Note: Some people say it is translated into eval
    2025-05-15
  • IE support HTML5 solution

    IE support HTML5 solution

    Comment: All IE supports HTML5 solutions. Since HTML5 can bring more efficient and clean code to our new pages, it has gained more attention, but it can only allow IE to identify new elements (such as<article> ) The way is to use HTML5 shiv, thanks to rem
    2025-05-15
  • JS+CSS implements the function of imitating browser web character search

    JS+CSS implements the function of imitating browser web character search

    This article describes the method of JS+CSS to imitate the browser's web character search function. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><head><title> JS+CSS imitated web ch
    2025-05-15
  • 11 examples of advanced usage of web form element Input

    11 examples of advanced usage of web form element Input

    1. Add attribute value hideFocus or HideFocus=true in the input when the cancel button is pressed. 2. Add attribute value to the input read-only 3. Prevent TEXT documents that are cleared after retreat (the style content can be used as a class reference)
    2025-05-15
  • Javascript basic tutorial: break and continue statements

    Javascript basic tutorial: break and continue statements

    Break and continue statements provide stricter process control over code execution in loops. The break statement can exit the loop immediately, preventing any code in the loop body from being executed again. The continue statement just exits the current l
    2025-05-15
  • Markup language - phrase elements

    Markup language - phrase elements

    Click here to return to the Wulin.com HTML tutorial column. Above: Markup Language - Original Text Source Chapter 6 <strong>, <em>with other phrase elements, in the introduction and previous chapters, the concept of semantic labels has been mentioned slig
    2025-05-15
  • JS implements the complete example of text scrolling down

    JS implements the complete example of text scrolling down

    This article describes the method of JS to scroll down text. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<!DOCTYPE><html><head>
    2025-05-15
  • W3C Tutorial (7): W3C XSL Activities

    W3C Tutorial (7): W3C XSL Activities

    A style sheet can describe how a document is displayed, pronounced, or typed? The SL language includes three parts: XSLT, XPath, and XSL formatted objects. A style sheet can describe how a document is displayed, pronounced, or printed. The XSL language in
    2025-05-15
  • JavaScript method to determine the mobile access device and parse the corresponding CSS

    JavaScript method to determine the mobile access device and parse the corresponding CSS

    This article describes the method of javascript to determine the mobile access device and parse the corresponding CSS. Share it for your reference. The specific analysis is as follows: JavaScript determines different web access environments, mainly for mo
    2025-05-15
  • Introduction to logical judges &&, || and!

    Introduction to logical judges &&, || and!

    Like languages ​​such as C and Java, three logical judgements in JavaScript can be used to logically judge the boolean value. Unlike C and Java, the logic and (&&) and logical or (||) operators in JavaScript can be applied to any value, and the re
    2025-05-15
  • Web HTML code explanation: Ordered list and unordered list

    Web HTML code explanation: Ordered list and unordered list

    This section learns the list elements in HTML. The list form accounts for a relatively large proportion of website design, and the display information is very neat and intuitive, which is easy for users to understand. The advanced role of list elements wi
    2025-05-15
  • Detailed explanation of javascript closure

    Detailed explanation of javascript closure

    JavaScript closures are a very interesting thing. After reading some related information //www.VeVB.COM/article/29472.htm, the most impressive thing about it is: it realizes public and private. The easiest syntax for creating a non-anonymous closure is: c
    2025-05-15
  • $.each traverses the attribute values ​​of objects and arrays and processes them

    $.each traverses the attribute values ​​of objects and arrays and processes them

    Through it, you can iterate over the property values ​​of objects and arrays and process them. Instructions: The effect of each function according to the type of parameter is not completely consistent: 1. Traverse the object (with additional parameters) $
    2025-05-15
  • JS method to calculate random numbers between arbitrary values

    JS method to calculate random numbers between arbitrary values

    This article describes the method of JS to calculate random numbers between arbitrary values. Share it for your reference. The specific implementation method is as follows: First: Math.random() method is to calculate the random number to return a random n
    2025-05-15
  • How to implement progress bar by js

    How to implement progress bar by js

    This article describes how to implement progress bars by js. Share it for your reference. The specific implementation methods are as follows: 1.setTimeout and clearTimeout<html><head><title> Progress bar</title><style type="text/css">
    2025-05-15