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
  • Detailed explanation of the usage of adding and deleting listening in Javascript

    Detailed explanation of the usage of adding and deleting listening in Javascript

    This article describes the usage of adding and deleting listening in Javascript. Share it for your reference. The specific analysis is as follows: Event listening in js is to use addEventListener to bind an event. This usage is very common and simple in j
    2025-06-10
  • HTML Tutorial: Collected Common HTML Tags (5)

    HTML Tutorial: Collected Common HTML Tags (5)

    These introduced HTML tags do not necessarily comply with the XHTML specification. You should make some choices when making actual layouts, such as: B marks and FONT marks, which do not comply with XHTML specifications. Related articles: Beginners come in
    2025-06-10
  • Deeply explore Javascript array methods

    Deeply explore Javascript array methods

    In JavaScript, arrays can be created using the Array constructor, or quickly created using [], which is also the preferred method. The array is a prototype inherited from the Object, and it does not have a special return value for typeof, it only returns
    2025-06-10
  • HTML tutorial: marquee tags achieve scrolling effect

    HTML tutorial: marquee tags achieve scrolling effect

    Article introduction of Wulin.com (www.vevb.com): In this case, we will not talk about Web standards and focus on applications without the need for JavaScript. The marquee tag implements the scrolling effect conveniently and concisely. After talking about
    2025-06-10
  • W3C Tutorial (11): W3C DOM Activities

    W3C Tutorial (11): W3C DOM Activities

    Document Object Model (DOM) is a platform, a language-neutral application programming interface (API) that allows programs to access and change the content, structure and style of documents. Document Object Model (DOM) is a platform, a language-neutral ap
    2025-06-10
  • Convert XHTML CSS page to printer page

    Convert XHTML CSS page to printer page

    In the past, creating a printer-friendly version of a web page means designing a separate page with both layout and formatting modified so that you can achieve satisfactory results when printing. Now, by using structured XHTML and CSS, you can achieve the
    2025-06-10
  • JavaScript uses append to add elements to the solution

    JavaScript uses append to add elements to the solution

    1. Error description on IE browser: Uncaught HierarchyRequestError:Failed to eliminate 'appendChild' on 'Node':The new child element contains the
    2025-06-10
  • JavaScript method to delete corresponding elements in an array through element index number

    JavaScript method to delete corresponding elements in an array through element index number

    This article describes the JavaScript method of deleting corresponding elements in an array through element index numbers. Share it for your reference. The specific analysis is as follows: JavaScript deletes elements in the array through the index number
    2025-06-10
  • Detailed explanation of node.js timeout

    Detailed explanation of node.js timeout

    If the server does not respond within the specified time (maybe there is a problem with the network connection, or it may be because the server is malfunctioning or the network firewall blocks the client from the connection between the server), the respon
    2025-06-10
  • Summary of DTD usage in html

    Summary of DTD usage in html

    DTD is a set of syntax rules about tags. It is part of the XML version 1.0 specification, it is a verification mechanism for html files, and it is part of the html files. DTD: Three document types: S (Strict), T (Transitional), F (Frameset). Strict:
    2025-06-10
  • The front-end technology of web production should continue to be reformed

    The front-end technology of web production should continue to be reformed

    Recently, there has been a debate on css layout and table layout again on the Internet. I was a little dissatisfied at first: I thought the significance of the CSS layout had already been deeply rooted in people's hearts, but I didn't expect that
    2025-06-10
  • A brief discussion on how Javascript can achieve uniform motion

    A brief discussion on how Javascript can achieve uniform motion

    Sports in Javascript are often used on the website. This time I will share with you some basic applications of sports. It is convenient for everyone to use directly during development. The code is simple and easy to understand and is suitable for beginner
    2025-06-10
  • Web page production study notes: HTML tag form elements

    Web page production study notes: HTML tag form elements

    Wulin.com (www.vevb.com) Article introduction: Form elements.<form action=url method=get/post name=#><input type=* name= /> The drop-down menu is commonly used in type:<select>
    2025-06-10
  • Automatically intercept the implementation code after the Html long text exceeds the mark width

    Automatically intercept the implementation code after the Html long text exceeds the mark width

    When we display long text, we often need to intercept characters on the C# side, but this is definitely not a good aspect, because our long text is often marked on HTML. If you don't load it well, there will be garbled problems (half HTML mark appears
    2025-06-10
  • Typeof operator and constucor attribute detection in javascript

    Typeof operator and constucor attribute detection in javascript

    *#type.js copy code code is as follows: function Person(name, age) {this.name = name;this.age = age;}var d = {an: 'object'};var a = ['apple',
    2025-06-10