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
  • JavaScript custom callback function example code

    JavaScript custom callback function example code

    If you call it directly in function a, then the callback function will be restricted to death. However, using functions as parameters has the following benefits: when you a(b), function b becomes a callback function, and you can also a(c) at this time, fu
    2025-04-08
  • Master the difference between BR and P tags through examples

    Master the difference between BR and P tags through examples

    The use of line break tag is a mark without an ending. As long as a mark is used at any location in the HTML file, when the file is displayed in the browser, the text after that position will be displayed on the next line, and the mark is the mark for lin
    2025-04-08
  • Detailed explanation of JsRender for index loop index usage

    Detailed explanation of JsRender for index loop index usage

    This article describes the JsRender for index loop index. Share it for your reference. The specific analysis is as follows: JsRedner and JsViews (JsViews is a further encapsulation based on JsRender) are called the next generation of Jquery templates. The
    2025-04-08
  • Javascript read operation of Xml fields in Sql

    Javascript read operation of Xml fields in Sql

    In a project, we need to display the information in the Xml field in the database on the page, and read it if we use Sql for operation. In this case, it will inevitably lead to too complicated. So I thought that if I read out the Xml field first and then
    2025-04-08
  • The reason why form.submit() in JS cannot submit a form

    The reason why form.submit() in JS cannot submit a form

    Directly upload the code: Copy the code as follows:<div id="register"><h4> Membership registration</h4><div>
    2025-04-08
  • A practical picture switching supports click switching and automatic carousel

    A practical picture switching supports click switching and automatic carousel

    I accidentally saw this little thing I wrote before and posted it, supporting click to switch and automatic carousel for front-end novices to see! The code is as follows:<div><ul><li><img src="img/pic_1.jpg" /></li><li>
    2025-04-08
  • Semantics of HTML tags and attributes

    Semantics of HTML tags and attributes

    Another important aspect of separating structure and representation is the use of semantic markup to construct document content. The existence of an XHTML element means that the part of the tagged content has corresponding structured meaning, and there is
    2025-04-08
  • HTML5 uses ApplicationCache interface to implement offline caching technology to solve offline problems

    HTML5 uses ApplicationCache interface to implement offline caching technology to solve offline problems

    Introduction Offline access is becoming increasingly important for web-based applications. Although all browsers have caching mechanisms, they are not reliable and may not always play the expected role. HTML5 uses the ApplicationCache interface to solve s
    2025-04-08
  • Use timestamps to solve the problem of ie cache

    Use timestamps to solve the problem of ie cache

    In development tests, if you select ie, when editing a certain piece of data, you will look back and edit it, and you will find that the data inside is the same as before without editing. In this case, solving ie cache becomes a problem. My method is to a
    2025-04-08
  • XHTML Introduction Learning Tutorial: XHTML Hyperlink

    XHTML Introduction Learning Tutorial: XHTML Hyperlink

    The hyperlink <a>tag is no exaggeration to say that it is the hyperlink that connects the entire Internet. Hyperlinks can point to almost any resource on the Internet, such as another webpage, a picture, an MP3 song, etc. The syntax for using XHTML to cre
    2025-04-08
  • XHTML Introduction Learning Tutorial: Application of Table Tags

    XHTML Introduction Learning Tutorial: Application of Table Tags

    Tables are an awkward tag in XHTML. This section only provides an understanding. Before CSS became popular, tables were widely used for positioning. In XHTML, table is not recommended for positioning, W3C hopes that CSS can replace<table> Position in posi
    2025-04-08
  • JsRender practical tutorial

    JsRender practical tutorial

    This article is a practical introductory tutorial for JsRender, which examples describe knowledge points such as using tag else and loop nested access to parent data. Share it for your reference. The details are as follows: Preface JsRender is a JavaScrip
    2025-04-08
  • XMLDOM Downloader Generator Code (xmldown.hta)

    XMLDOM Downloader Generator Code (xmldown.hta)

    The following code is saved as an HTA file, and the js and vbs downloader codes can be generated as follows:
    2025-04-08
  • A random call function implemented by javascript

    A random call function implemented by javascript

    This is actually an exercise for JS random numbers. First write down everyone's names in an array in advance, and then let the values ​​in the array be displayed quickly in the area. When you press stop, scrolling will stop to achieve a random effect.
    2025-04-08
  • HTML Table Tag Tutorial (9): Cell Spacing Properties CELLSPACING

    HTML Table Tag Tutorial (9): Cell Spacing Properties CELLSPACING

    A certain distance can be set between the cells of a table, so that the table will not appear too compact. Basic syntax<TABLE CellSpacing=value> Syntax interprets the spacing of cells in pixels. File example: 10-9.htm Set the table between cells
    2025-04-08