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
  • js method to edit div node name

    js method to edit div node name

    This article describes the method of editing div node names by js. Share it for your reference. The specific implementation method is as follows: the node html code is as follows: the copy code code is as follows:<div id="img_1" ><input type="image" src="
    2025-05-21
  • js encryption compression bug solution

    js encryption compression bug solution

    How to check errors after simplifying this situation: open the script error prompt of IE, then open the HTML page calling JS, it will report the location where the missing semicolon is located, then use UE to open the thin JS file, go to the corresponding
    2025-05-21
  • HTML Table Tag Tutorial (26): Cell Tag &amp;lt;TD&amp;gt;properties

    HTML Table Tag Tutorial (26): Cell Tag &amp;lt;TD&amp;gt;properties

    <td>The marked attribute is used to set the properties of a cell in the table. Form<td> Tag properties file example: 10-24.htm set cell. 01<!-- ------------------------------ --> 02
    2025-05-21
  • JS Implementation Method of Sliding out of the upper right corner of the web page will automatically disappear large advertisements

    JS Implementation Method of Sliding out of the upper right corner of the web page will automatically disappear large advertisements

    This article illustrates the method of JS to automatically disappear large advertisements by sliding out of the upper right corner of the web page. Share it for your reference. The specific implementation method is as follows: Copy the code code as follow
    2025-05-21
  • Solution to the 360-false Trojan packaged node-webkit into exe file

    Solution to the 360-false Trojan packaged node-webkit into exe file

    Recently, node-webkit is required for projects. Deal with the compatibility of ancient users and their mental 'data security' issues. 1. After downloading node-webkit2, create appName.nw file 3. copy /b nw.exe+appName.nw TestAppName.ex
    2025-05-21
  • A drop-down box with check box implemented by js+css

    A drop-down box with check box implemented by js+css

    Reproduction: css:<style type="text/css"> /* 带复选框的下拉框 */ ul li{ list-style: none; padding:0px; margin: 0px; } .select_checkBox{ bo
    2025-05-21
  • 4 custom functions to generate random numbers in JavaScript

    4 custom functions to generate random numbers in JavaScript

    The first method /**@desc: Generate a random string *@remark:toString method can receive a cardinality as a parameter, and this cardinality is topped from 2 to 36. If not specified, the default radix is ​​decimal */function generateRandomAlphaNum(len
    2025-05-21
  • Advantages and Problems of XHTML CSS Website Design

    Advantages and Problems of XHTML CSS Website Design

    XHTML is currently the standard design language for websites advocated internationally. Webjx.com also focuses on this aspect and has given a relatively comprehensive introduction. Because of the basic characteristics of the XHTML website design language,
    2025-05-21
  • 202 Free High Quality XHTML Template (1)

    202 Free High Quality XHTML Template (1)

    Here Wulin.com has launched the first part of these templates - each template is selected by myself, and I only choose those templates that are more particular about coding or are indeed very excellent in layout according to the standards. For newcomers a
    2025-05-21
  • A brief discussion on Javascript arrays and dictionaries

    A brief discussion on Javascript arrays and dictionaries

    Javascript's array Array is both an array and a dictionary. Let's give an example to see how arrays are used. Copy the code as follows: var a = new Array(); a[0] = "Acer"; a[1] = "Dell"; for
    2025-05-21
  • XHTML tags that easily confuse use locations

    XHTML tags that easily confuse use locations

    We have been emphasizing semantics in our articles on VeVb.com, so how should we use HTML tags? Where are their general use locations? When I first came into contact with XHTML CSS to design web pages, I had no experience in using tags and was very casual
    2025-05-21
  • Introduction to the related methods of nodejs URL module operation URL

    Introduction to the related methods of nodejs URL module operation URL

    The url module usage rate is very high when handling HTTP requests because the module allows parsing URLs, generating URLs, and splicing URLs. First, let's take a look at the components of a complete URL. Copy the code as follows: href----------------
    2025-05-21
  • Angularjs basic knowledge and example summary

    Angularjs basic knowledge and example summary

    angularjs is a high-end front-end MVC development framework developed by Google. Angularjs official website: https://angularjs.org/ The official website has demo, and access may require FQAngularjs Chinese community: http://www.angularjs
    2025-05-21
  • Baidu judges the mobile terminal and automatically jumps the js code and use examples

    Baidu judges the mobile terminal and automatically jumps the js code and use examples

    Baidu currently provides webmasters with js scripts to judge the type of mobile terminal and automatically jump, which greatly facilitates the majority of webmasters and web developers. The use of its js script is extremely simple. The code copy is as fol
    2025-05-21
  • Markup Language - Let's talk about the list again

    Markup Language - Let's talk about the list again

    Click here to return to the Wulin.com HTML tutorial column. Above: Markup Language - Original Text Source Chapter 8 Let’s talk about the list in the first chapter. We have discussed several methods of markup lists and studied them.<ul> and<li> The benefit
    2025-05-20