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
  • HTML6 example code to implement folded menu and accordion menu

    HTML6 example code to implement folded menu and accordion menu

    Page main part:<body><ul id=menu><li> <a href=#>Level 1 Menu 1</a><ul>
    2025-05-17
  • js implements the method of narrowing and centering the window after clicking on the link

    js implements the method of narrowing and centering the window after clicking on the link

    This article describes the method of reducing the window and centering after clicking on the link. Share it for your reference. The specific analysis is as follows: This is a simple JS special effect. I have never seen it before. When clicking on the spec
    2025-05-17
  • nw.js implements a chat software similar to WeChat

    nw.js implements a chat software similar to WeChat

    nw.js implements a chat software company similar to WeChat, QQ is blocked, WeChat is blocked, how to communicate with the outside world, you know. Of course, it is also suitable for the company to set up servers and communicate internally. Project address
    2025-05-17
  • Preview of new features in XHTML 2.0

    Preview of new features in XHTML 2.0

    Prior to the browser being able to handle the next generation of XHTML The XHTML 2 specification is not yet completed, but it already has many advantages over XHTML 1, including richer structural features, which makes XHTML 2 as an editing format that wil
    2025-05-17
  • HTML5 basic tutorial: Detailed explanation of audio audio tags

    HTML5 basic tutorial: Detailed explanation of audio audio tags

    Article introduction of Wulin.com (www.vevb.com): The application of HTML5 daily audio tag. In the past, if we wanted to play music on the web, we basically played it through Flash, but not all browsers installed the Flash player plug-in. Now, in HTML5, w
    2025-05-17
  • HTML content details

    HTML content details

    Start with its body: When enjoying a web page, you usually notice the background of the page. If there is background music, it will be even more attractive! Yes, so how did these be achieved? Look at the following: 1. Background color<body bgcolor=red> We
    2025-05-17
  • A deep understanding of JavaScript series (26): Detailed explanation of the constructor pattern of design patterns

    A deep understanding of JavaScript series (26): Detailed explanation of the constructor pattern of design patterns

    Everyone is familiar with the constructor, but if you are a novice, it is still necessary to understand what a constructor is. The constructor is used to create a specific type of object - not only declares the object used, but also accepts parameters to
    2025-05-17
  • Example of using html5 input attribute

    Example of using html5 input attribute

    Comment: I just came into contact with html+css3 today and felt it was pretty good. Let me introduce the input attributes used below. Interested friends can take a look at the screenshot. I hope it will be helpful to everyone. I just came to html5+css3 to
    2025-05-17
  • XHTML 1.0 Reference

    XHTML 1.0 Reference

    Arrange NN by function: Indicates which earlier Netscape version supports this tag IE: Indicates which earlier Internet Explorer version supports this tag DTD: Indicates which level of definition conforms to XHTML 1.0 DTD. S=Strict
    2025-05-17
  • Use standard dl, dt, dd tags to discard table list

    Use standard dl, dt, dd tags to discard table list

    Now, more and more front-end developers are starting to use xHTML+CSS to replace the original table layout to complete the overall layout of the web page, which not only reduces the cost of development and maintenance of the website, but also makes the co
    2025-05-17
  • Implement refresh-free change page url using pjax

    Implement refresh-free change page url using pjax

    We all know that ajax brings the ability to load asynchronously to the browser, and improves the user experience in data verification, local refresh, etc., but there are also the following problems: 1. The page content can be changed without refresh, but
    2025-05-17
  • JavaScript simulates post submitting hidden address bar parameters

    JavaScript simulates post submitting hidden address bar parameters

    Simulate post submission through js 1: The request requires parameters too long, exceeding the maximum length allowed by get 2: Want to hide the parameters of the address bar // Create a new form form document.write('<form name=myForm></form> ');
    2025-05-17
  • html5 Using canvas to implement super Mary simple animation

    html5 Using canvas to implement super Mary simple animation

    Comment: I am learning HTML5 recently, which involves a very critical element canvas-canvas. After search and research, I will finally implement the simple animation of Super Mary. I will share it with you here. I hope it will be helpful to beginners rece
    2025-05-17
  • JavaScript method to determine whether a string contains a specified substring

    JavaScript method to determine whether a string contains a specified substring

    This article describes the method of JavaScript to determine whether a string contains a specified substring. Share it for your reference. The specific analysis is as follows: The following JS code defines a contains method for the String object to determ
    2025-05-17
  • JS implements the method of changing the color of the web page background and the color in the select box at the same time

    JS implements the method of changing the color of the web page background and the color in the select box at the same time

    This article describes the method of JS to achieve the change of the background color of the web page and the color in the select box at the same time. Share it for your reference. The specific implementation method is as follows: Copy the code code as fo
    2025-05-17