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
  • HTML form tagging tutorial (3): Input tag<INPUT>

    HTML form tagging tutorial (3): Input tag<INPUT>

    The html form tagging tutorial, this section mainly explains how to use input tags in web pages, and mainly introduces the use of the attributes of input tags. Input tags<input> It is one of the most commonly used markers in forms. Commonly used text fiel
    2025-06-07
  • javascript method to judge integers

    javascript method to judge integers

    There are two ways to judge integers: regular judgment and verbatim judgment. Since the verbatim judgment is too inefficient, I will not describe it here. Interested spectators can Google them themselves. 1. The code of the regular judgment copy code is a
    2025-06-07
  • A brief discussion on the difference between src and href in HTML

    A brief discussion on the difference between src and href in HTML

    Simply put, src means that I want to load this resource, and href means that I want to make association with this resource. src is mainly used for element replacement, and href is used to establish related links with related documents and external resourc
    2025-06-07
  • A brief analysis of the length attribute of function in javascript

    A brief analysis of the length attribute of function in javascript

    [1,2,3].length can get 3, and "123".length can also get 3. Anyone who understands js knows this. But eval.length, RegExp.length, "".toString.length, 1..toString.lengt
    2025-06-07
  • HTML 5 Reset Stylesheet

    HTML 5 Reset Stylesheet

    This css reset is modified based on Eric Meyers' CSS reset, and the initialization style of the corresponding tag is adjusted specifically for HTML5. /* html5doctor.com Reset Stylesheet v1.4 2009-07-27
    2025-06-07
  • XHTML Tutorial: The Difference between Transitional and Strict

    XHTML Tutorial: The Difference between Transitional and Strict

    In fact, there are two types of XHTML 1.0 (if it is added to Frameset DOCTYPE, it is considered three, which will not be discussed in this article), Transitional (transitional) and Strict (strict) DOCTYPEs. And HTML 4.01 also has the same documentation st
    2025-06-07
  • Eclipse configuration Javascript development environment graphics tutorial

    Eclipse configuration Javascript development environment graphics tutorial

    First, Spket needs to be installed. I won't go into details here. Then configure JQuery: 1. Download the Javascript file for development from JQuery.com, as shown in the figure below, be sure to select the options in the red box. 2. Configure Spket Ja
    2025-06-07
  • Web page production: 30 tips for writing HTML code

    Web page production: 30 tips for writing HTML code

    This article summarizes 30 guides for writing html code. As long as you keep them in mind and use them flexibly in the process of writing html code, you will definitely write beautiful codes and enter the ranks of professional developers as soon as possib
    2025-06-07
  • Introduction to commonly used JavaScript template engine

    Introduction to commonly used JavaScript template engine

    Recently, my work content is gradually approaching my idealization (web front-end), so I pay more attention to front-end performance! A colleague in the background introduced the use of the ajax template engine to improve rendering speed! The following in
    2025-06-07
  • Summary of some commonly used attributes for DOM operation

    Summary of some commonly used attributes for DOM operation

    1.DOM: Document Object Model DOM (Document Object Model) defines standard methods for accessing and processing HTML documents. DOM renders HTML documents as a tree structure (node ​​tree) with elements, attributes, and text. 2. Some commonly used properti
    2025-06-07
  • Share the encapsulated js judgment operating system and browser code

    Share the encapsulated js judgment operating system and browser code

    Abstract: Our most important job for front-end development is compatibility, system compatibility, browser compatibility, etc. Today I will share a method for judging the operating system and browser that I encapsulated in the project. Operating system: v
    2025-06-07
  • Analysis of nesting rules for XHTML tags

    Analysis of nesting rules for XHTML tags

    In the XHTML language, we all know that the ul tag contains li, dl tag contains dt and dd-necking rules for these fixed tags are very clear. However, there are many tags that are independent and they are not tied together, such as h1, div, p... So what ar
    2025-06-07
  • Detailed modification of various font formats of HTML web pages

    Detailed modification of various font formats of HTML web pages

    This section starts with the detailed modification of the text, allowing readers to grasp the changes in various font formats of HTML and create more professional web pages. 4.2 Diversified Modification of Text The previous section learned various setting
    2025-06-07
  • IE6 link A does not jump on the current page when it is the javascript protocol

    IE6 link A does not jump on the current page when it is the javascript protocol

    When cutting the page, you sometimes use link A to replace the button. There are several benefits to doing this. When putting the mouse on, you will have a hand-like effect by default (no cursor:pointer is required). You can add pseudo-classes supported b
    2025-06-07
  • Use native js to make a simple sliding effect back to the top

    Use native js to make a simple sliding effect back to the top

    Many web pages will place a "Back to Top" button below, especially web pages that do not have navigation at the bottom of the page, which can help visitors find navigation again or revisit the ad (it's so beautiful). As JavaScript is becomin
    2025-06-07