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 introduction to the key points of XHTML standard

    Detailed introduction to the key points of XHTML standard

    The purpose of the HTML advanced tutorial is to explore the advantages of HTML and optimize affinity and ease of use. Because HTML elementary tutorials and HTML intermediate tutorials take the stance of using the latest HTML standard (XHTML version 1.0 or
    2025-04-08
  • Detailed explanation of the scroll control of dom element scroll bar in html

    Detailed explanation of the scroll control of dom element scroll bar in html

    I wonder if you have encountered such a requirement: add a new child element to a dom element, and then require that if the newly added new element exceeds the scope of the container, we need to automatically scroll to the position of the newly added chil
    2025-04-08
  • Detailed explanation of Javascript array sorting

    Detailed explanation of Javascript array sorting

    If you have been in JavaScript for a while, you must know that the array sort function sort is a method in the array prototype, namely array.prototype.sort(), sort(compareFunction), where compareFunction
    2025-04-08
  • JS function that converts numbers into capital RMB expressions

    JS function that converts numbers into capital RMB expressions

    There are many ways to convert numbers into capital RMB. This example introduces the use of js to complete it. Check out the implementation code below function changeNumMoneyToChinese(money) { var cnNums = new Array("zero", "one", &quo
    2025-04-08
  • Code to insert avi format video file in html

    Code to insert avi format video file in html

    In a web page (all web pages are composed of html, so the following code can be used for any web page, except for web pages that partially restrict html. The code copy is as follows:
    2025-04-08
  • HTML+Sass implements HambergurMenu (hamburger menu)

    HTML+Sass implements HambergurMenu (hamburger menu)

    A few days ago, I watched a video of a foreign boss using HTML + CSS to implement HamburgerMenu. I was watching Sass recently, so I used Sass to implement it. The final rendering is as follows: File structure in VS Code (the easy sass is used to compile s
    2025-04-08
  • Summary of various usages of html calling select through js code

    Summary of various usages of html calling select through js code

    This article introduces you to the various usages of html calling select through js code. The following is the relevant content of the various usages of html calling select through js code. The tutorial of the article mainly talks about some technologies
    2025-04-08
  • Alt attribute and title attribute in XHTML

    Alt attribute and title attribute in XHTML

    XHTML is the basis of CSS layout. CuoXIn.com has always emphasized the learning of XHTML knowledge and attaches importance to semantics and document structure. The title and alt attributes give me the most intuitive feeling that they can improve the adapt
    2025-04-08
  • JS implements the complete example of the text size and font size function of articles

    JS implements the complete example of the text size and font size function of articles

    This article example describes how to implement the text size and font size function of JS. Share it for your reference. The specific analysis is as follows: Large, medium and small text is a function that many websites can be convenient for users to read
    2025-04-08
  • Solution to the failure of the scroll bar with Extjs grid panel

    Solution to the failure of the scroll bar with Extjs grid panel

    When using the gridPanel component of EXTJS, the stroe data in gridPanel is often filtered, so the scrollbar brought by gridPanel itself is sometimes invalid. Take an instance, the scroll bar that comes with EXTJS gridPanel has a fixed
    2025-04-08
  • Software management tool 0.1 written by hta (IE7.0 test passed)

    Software management tool 0.1 written by hta (IE7.0 test passed)

    Custom classification is an archive file. For example, you can divide your tools into penetration, overflow, net horse, browsing, etc. You can create unlimited classifications and then classify them. You can take the second step, and classify them accordi
    2025-04-08
  • XHTML web tutorial

    XHTML web tutorial

    This article mainly helps beginners to familiarize themselves with some basic knowledge of XHTML and some differences from HTML. I hope it will be helpful to beginners. HTML language is our tool for building web pages. From its emergence and development t
    2025-04-08
  • Some xhtml structure tags you must know

    Some xhtml structure tags you must know

    To apply div css web page layout, you must understand some xhtml structure tags. In principle, all tags in an xhtml document should be structural tags, and css should be used to control the areas that need to be expressed. The following lists a complete x
    2025-04-08
  • XHTML Basics: The difference and similarities between form name and id

    XHTML Basics: The difference and similarities between form name and id

    The name and id of the form actually have the same meaning, both for marking the object name. The difference is that name is Netscape and id is Microsoft. Form input textarea select and frame element (iframe fram
    2025-04-08
  • HTML table tagging tutorial (12): Border style attribute FRAME

    HTML table tagging tutorial (12): Border style attribute FRAME

    Use the FRAME attribute to control the style type of table borders. Basic syntax<TABLE Frame=value> The value of VALUE in the syntax interpretation is shown in the following table: The border style attribute value of the table
    2025-04-08