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
  • Complete guide to web design fonts on page layout

    Complete guide to web design fonts on page layout

    We designs deal with fonts every day. But we have never seriously cared about their existence. We haven't used them well or even abused them. It's all because we don't know them. Fonts are one of the important elements of typesetting; they are
    2025-02-06
  • Five superposition rules for layered superposition

    Five superposition rules for layered superposition

    Many students are confused about why this div is in the upper layer and that div is in the lower layer, and no matter how they set the z-index, they are crazy, vomiting and diarrhea, nausea and insomnia, and depression, which makes them afraid to use the
    2025-02-06
  • HTML5 Create a web post-it

    HTML5 Create a web post-it

    In this article I will look at 2 new features on HTML5: contenteditable and localStorage. After I read the HTML5 and W3C specification descriptions, I couldn't wait to write examples on this same program to demonstrate these new features.
    2025-02-06
  • Ten classic front-end HTML5 interview questions you may not be proficient in

    Ten classic front-end HTML5 interview questions you may not be proficient in

    Preface Since the past few years, HTML5 has become popular, and HTML5 development engineers have become very popular in the talent market. As an HTML5 developer, interviews are essential. This article summarizes and introduces ten classic front-end HTML5
    2025-02-06
  • Eight useful SQL statements for WordPress

    Eight useful SQL statements for WordPress

    MySQL has become a popular database in the past decade, and WordPress blogs use MySQL database. Although using plug-ins can solve some problems, executing SQL statements in phpMyAdmin is the most important thing to do when implementing certain special tas
    2025-02-06
  • About the details of the table unit of HTML (2)

    About the details of the table unit of HTML (2)

    HTML Input Properties Value Properties Value Properties specify the initial value of the input field:<form action=><input type=text name=name value=VeVb武林网></form> readonly attribute Readon
    2025-02-06
  • A good example about js memory leak

    A good example about js memory leak

    I changed someone else's example and I think it's more compact like this! To paraphrase other people's words, when a DOM object contains a reference to a Js object (such as an Event Handler), and this Js object holds a reference to the DOM obj
    2025-02-06
  • Three implementation methods for javascript to intercept the specified string from the right

    Three implementation methods for javascript to intercept the specified string from the right

    Intercept fg on the right side of abcdefg Method 1<script> string="abcdefg" alert(string.substring(string.length-2,string.length)) </script>Method 2<script>
    2025-02-06
  • js sample code to determine whether a control has focus

    js sample code to determine whether a control has focus

    JS determines that an object has gained focus document.activeElement.tagName //tagName tag name example: determines that the input method is closed when the body obtains the cursor. Copy the code as follows: var act = document.activeElement.t
    2025-02-06
  • Non -recursive post -sequential calendar example examples

    Non -recursive post -sequential calendar example examples

    In the non -recursive traversal traversing of the prelude, medium, and post -order, the post -order is the most troublesome. If you only retain the pointer of the pointing node in the stack, it is not enough. Some additional information must be stored in
    2025-02-06
  • HTML5 implements its own progress bar and slider effects

    HTML5 implements its own progress bar and slider effects

    1. H5 comes with a progress bar<div id=d><p id=pgv> schedule:%</p><progress id=pg max= value=></progress></div> Use the progress tag to set the min and max values. available
    2025-02-06
  • JS local preview simple implementation method

    JS local preview simple implementation method

    Copy code code as follows: // JavaScript Documenteval (Function (P, A, C, K, E, R) {E = Function (C) {R <62? ': E (C/62)) )+((c=c%62)>35?S
    2025-02-06
  • Example code of HTML in a regular expression test form

    Example code of HTML in a regular expression test form

    Let ’s share with you the instance code of HTML with html"> regular expression test form. The specific code content is as follows: <span style=font-size:24px;color:#cc6600;>The regular expression is a very useful method of testing the rules of the
    2025-02-06
  • HTML5+CSS3 Implementation of plug -in and dragging upload pictures (support preview and batches)

    HTML5+CSS3 Implementation of plug -in and dragging upload pictures (support preview and batches)

    Uploading is basically often appeared in the project. Generally use: 1. Form submit 2. Flash3, HTML5Form submitting the meeting to refresh the page, it is difficult to achieve asynchronous upload; Flash may be used more, because it can take into account a
    2025-02-06
  • The difference between the four extension of the expansion name of .html, .htm, .shtml and .shtm

    The difference between the four extension of the expansion name of .html, .htm, .shtml and .shtm

    Many friends just started to contact the webpage production and found that so many expansion names. In fact, both HTM and HTML are the same. The same is the same as SHTM and SHTML. Note that for website optimization, it is recommended to use the same suff
    2025-02-06