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
  • Content-type description is the type collation of HTTP request header

    Content-type description is the type collation of HTTP request header

    To learn content-type, you must know in advance what it is and what it is for. The HTTP protocol (RFC2616) adopts a request/response model. The client sends a request to the server, and the request header contains the requested method, URI, protocol versi
    2025-05-08
  • Basic declaration document type description (DTD

    Basic declaration document type description (DTD

    CSS layout and establishing pages that comply with WEB standards have always been a topic of discussion among VeVb.com. Today, we will talk about the declaration document type description (DTD). All files need to be started with Document Type Definition (
    2025-05-08
  • Basic tutorial of angularjs

    Basic tutorial of angularjs

    I haven't written anything for a long time, and I feel like I don't know where to start writing things. Now I'd better write something technical first. angularjs, my brother called it "My brother js" 1. Download and copy the code as
    2025-05-08
  • Analysis of JavaScript event delegation usage

    Analysis of JavaScript event delegation usage

    This article describes the usage of JavaScript event delegation. Share it for your reference. The specific analysis is as follows: 1. Click on any part of the page to trigger an event to create a script1.js file. Copy the code as follows:(function() {even
    2025-05-08
  • Example analysis of JavaScript prototype chain inheritance usage

    Example analysis of JavaScript prototype chain inheritance usage

    This article analyzes the usage of JavaScript prototype chain inheritance. Share it for your reference. The specific analysis is as follows: the copy code code is as follows: function Shape(){ this.name = 'shape'; this.toString = function(){
    2025-05-08
  • How to display status when js controls input box acquisition and loss of focus

    How to display status when js controls input box acquisition and loss of focus

    This article describes the method of displaying status when js controls the input box to obtain and lose focus. Share it for your reference. The specific implementation method is as follows:
    2025-05-08
  • Some questions about hyperlinks

    Some questions about hyperlinks

    I was very excited to participate in this potato chip meeting and became familiar with a few friends~ Unexpectedly, today I want to summarize this potato chip meeting. We discussed three issues in total: A. How to make users more easily identify hyperlink
    2025-05-08
  • js method to create an input array and bind click event

    js method to create an input array and bind click event

    The code copy is as follows:</pre><pre name="code"><html><body><input type="button" name="input[]" value="按钮1" /><br />
    2025-05-08
  • Instructions for using fs.statSync method in node.js

    Instructions for using fs.statSync method in node.js

    Method description: Synchronous version of stat(). The method returns a stat array object, containing the following information: (The following information is the file information read in the case, not the default value) The copy code code is as follows:
    2025-05-08
  • extjs_02_grid displays local data and cross-domain data

    extjs_02_grid displays local data and cross-domain data

    1. Display the form http://img.blog.csdn.net/20140622133941015watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWRhbV93enM=/font/5a6L5L2T/
    2025-05-08
  • 3 codes for automatic refresh of web pages

    3 codes for automatic refresh of web pages

    In fact, it is very simple to achieve this effect, and this effect cannot even be called a special effect. You just need to add the following code to your webpage. 1. Automatic page refresh: add the following code<head> In the area<meta http-equiv=refresh
    2025-05-07
  • HTML5 SVG 2D Introduction 3—Introduction to Text, Image and Rendered Text

    HTML5 SVG 2D Introduction 3—Introduction to Text, Image and Rendered Text

    Comment: One of the powerful abilities of SVG is that it can control text to a level that is impossible for standard HTML pages without asking for help with images or other plug-ins. Although SVG's text rendering is so powerful, there is still one dis
    2025-05-07
  • Flash embed html Solution to embed Flash files in html web page code (Part 2)

    Flash embed html Solution to embed Flash files in html web page code (Part 2)

    Regarding the use of my SWFObject V1.5, the introduction in the above article has come to an end. Next, I will lead SWFObject V2.1 to meet you. If I had met V2.1 earlier, I might not have been infringed by the problem of waiting for HTML DOM to load. Firs
    2025-05-07
  • Code to replace multiple commas with one comma in js

    Code to replace multiple commas with one comma in js

    Sometimes there are many commas, which makes it difficult for us to deal with. The following function replaces multiple commas with one comma to facilitate the subsequent processing. The code copy is as follows:<script language="javascript"> var str="asdf
    2025-05-07
  • HTML5 semantic structured normalization

    HTML5 semantic structured normalization

    Comment: The HTML structure is clearer and more standardized, and learn the idea of ​​HTML5 optimization structure. HTML5 has added some new elements to identify commonly used structures. HTML is more semantic, but we cannot use it directly, and we have t
    2025-05-07