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
  • Analysis of the iterative method instance of Array array in javascript

    Analysis of the iterative method instance of Array array in javascript

    This article describes the method of javascript iteration. Share it for your reference. The specific implementation method is as follows: the copy code code is as follows://filter() Use the specified function to determine whether to return a certain item
    2025-05-24
  • Introduction to the comparison of the a tag href attribute and onclick event

    Introduction to the comparison of the a tag href attribute and onclick event

    First of all, the execution order of the href attribute and onclick event. When the mouse clicks on the a tag, the onclick event will be executed first, and then the actions under the href attribute (page jump, or javascript pseudo-link). If you do not wa
    2025-05-24
  • HTML Form Tag Tutorial (5): Text Domain Tag<TEXTAREA>

    HTML Form Tag Tutorial (5): Text Domain Tag<TEXTAREA>

    This tag is used to create multiple lines of text fields where more text can be entered. Basic syntax<textarea name=name rows=value cols=value value=value></textarea> The syntax explains the meaning of these properties as shown in the following table
    2025-05-24
  • Simple usage of JavaScript page template library handlebars

    Simple usage of JavaScript page template library handlebars

    Handlebars is a JavaScript page template library that helps you easily build semantic templates. The code copy is as follows:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <h
    2025-05-24
  • Native javascript implements DIV drag and calculates duplicate area
  • JS to implement multi-option switching navigation menu

    JS to implement multi-option switching navigation menu

    This article describes the method of implementing multi-option switching navigation menu by JS. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><head>
    2025-05-24
  • HTML5 tutorial: HTML5 cannot help you realize the functions of web pages

    HTML5 tutorial: HTML5 cannot help you realize the functions of web pages

    Wulin.com (www.vevb.com) Article Introduction: Five things that HTML5 cannot help you achieve at the moment. 1: HTML5 cannot implement DRM If you have a multimedia company, you need to control or limit your video content - usually adding digital copyright
    2025-05-24
  • How to get inline styles by js

    How to get inline styles by js

    This article example describes how to obtain inline styles by js. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8">
    2025-05-24
  • A small JavaScript courtship effect

    A small JavaScript courtship effect

    Here is a JavaScript courtship special effect, with the following effect: Not only can the effect of the following figure appear, but the figure can also rotate with the mouse. This is just a simple and unmodified example. Based on this example, the court
    2025-05-24
  • Loading js dependency module according to configuration file

    Loading js dependency module according to configuration file

    Requirements: Copy the code according to the following configuration file as follows: module=[{'name':'jquery','src':'/js/lib/jquery-1.8.3.js'},{'name':'swfobject','src':'/js/utils/swfo
    2025-05-24
  • Use javascript to achieve the effect of falling snowflakes

    Use javascript to achieve the effect of falling snowflakes

    After reading the examples of the image floating down in the JavaScript web page special effect examples, I think it is worth learning. Change the picture to a snowflake picture to complete the effect of a snowflake falling. Moreover, some of the contents
    2025-05-24
  • Basic learning tutorial on table tags in HTML

    Basic learning tutorial on table tags in HTML

    The tags of the table are composed of the table in HTML.<table> As the main tag, the browser interprets the tag as a table. Use of rows in tables<tr> Labels are defined.<tr> Tags as<table> Subclasses of tags, set several<tr> Tags can divide a table into s
    2025-05-24
  • Introduction to angular and its features

    Introduction to angular and its features

    In the past, the front-end development (web or mobile) mainly used jQuery + native js. If some front-end UI frameworks are used, it may also provide some APIs to use. Moreover, many UI frameworks are based on jQuery, so I have studied a period of research
    2025-05-24
  • How to choose and use web image format PNG, JPG, GIF

    How to choose and use web image format PNG, JPG, GIF

    So which one should we choose as the candidate format for GIF, PNG, and JPG format, and which image format can make the picture smaller but have better picture quality? 1. The most prominent feature of GIFGIF is that it supports animation, and GIF is also
    2025-05-24
  • HTML table tagging tutorial (48): CSS modify table

    HTML table tagging tutorial (48): CSS modify table

    Now let’s see how to use CSS grammar to beautify tables. Note: Unless otherwise specified, the cellpacing, cellpadding, and border values ​​of the tables inserted in the examples mentioned in this article are 0. Example 1: 1px table
    2025-05-24