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
  • Teach you how to customize Editplus' HTML toolbar

    Teach you how to customize Editplus' HTML toolbar

    The shortcut key in Editplus is associated with the toolbar. What’s depressing is that although “Use XHTML tag” is set in “Parameters”, the bold inserted with the shortcut key is still used.<b></b> .
    2025-02-08
  • CSS document streams and block-level elements (blocks), inline elements (inlines)

    CSS document streams and block-level elements (blocks), inline elements (inlines)

    CSS document streaming, block level elements (block), inline elements (inline). I have read many books and read many articles. I have seen a lot of fragmented basic knowledge of CSS layout, which is relatively superficial. I have read O' Reilly's<
    2025-02-08
  • Differences of CSS in Internet Explorer 6, 7 and 8 (2)

    Differences of CSS in Internet Explorer 6, 7 and 8 (2)

    An element can be positioned by a selector behind the :hover pseudo-class, just like a descendant selector. In the example above, when the mouse hovers, the color of the text in the span element in element a will be changed.
    2025-02-08
  • Website planning: Planning of website columns and pages

    Website planning: Planning of website columns and pages

    Websites need to be "people-oriented". Only by accurately grasping user needs can we create a website that users really like. If you do not consider user needs, no matter how beautiful the page of the website is designed or powerful, it can only
    2025-02-08
  • Three common naming rules for CSS normalized naming

    Three common naming rules for CSS normalized naming

    Camel-style nomenclature has become increasingly popular in recent years, and it is used quite well in many new libraries and environments like Microsoft Windows. On the other hand, the underscore method became popular after c appeared, and it was very co
    2025-02-08
  • A js-controlled navigation menu example code

    A js-controlled navigation menu example code

    This menu effect is controlled through scripts and styles. It is a very good learning content for novices: This small code was used to organize this menu while watching Strictly Come Dancing last night. Let’s take a look at it. Once you learn it, you can
    2025-02-08
  • Differences of CSS in Internet Explorer 6, 7 and 8 (1)

    Differences of CSS in Internet Explorer 6, 7 and 8 (1)

    One of the most bizarre statistics about browsers is that Internet Explorer versions 6, 7 and 8 coexist. As of this article, Internet Explorer versions account for approximately 65% ​​of the market share in total. In the website development community, thi
    2025-02-08
  • Example of using the new HTML5 features to easily monitor the return key of any App

    Example of using the new HTML5 features to easily monitor the return key of any App

    1. Preface There are many new features, new tags, new specifications, etc. in h5 nowadays, and they are constantly being improved. The support of major browser vendors for them is also quite strong. As front-end programmers, I think we still need to activ
    2025-02-08
  • How to improve the existing website to xhtml+CSS structure

    How to improve the existing website to xhtml+CSS structure

    Most of our designers are still using the traditional table layout, presentation and structure mixed together to build websites. Learning how to use XHTML+CSS requires a process, and making an existing website comply with website standards cannot be done
    2025-02-08
  • JS retains two decimals, multiple decimal sample code

    JS retains two decimals, multiple decimal sample code

    Copy code code as follows: <SCRIPT LANGUAGE="JavaScript"><!--function formatFloat(src, pos){return Math.round(src*Math.pow(10, pos))/Math.
    2025-02-08
  • Examples of use of get and set for JS

    Examples of use of get and set for JS

    Use get and set skillfully to directly manipulate object properties to realize reading and writing, which can greatly improve programming efficiency. A typical example is given: The copy code code is as follows: var test = { _Name : null, _Age : 0, //_Nam
    2025-02-08
  • The website content is prohibited from copying, pasting, saving as js code

    The website content is prohibited from copying, pasting, saving as js code

    1. Method to invalidate right-click and copy 1: Add the following code to the web page: The copy code code is as follows:<script language="Javascript"> document.oncontextmenu=new Function("event.returnVa
    2025-02-08
  • Implementation code for calling camera function in html5

    Implementation code for calling camera function in html5

    Preface A few days ago, during the online written test, I found that the browser needs to agree to turn on the camera. It feels like it is called by js. Because of the written test at that time, I did not expect so many problems. I had nothing to do today
    2025-02-08
  • How to use H5 to implement an example of a touch -screen rotor

    How to use H5 to implement an example of a touch -screen rotor

    At the beginning of the front end, share the implementation process of the touch screen version of the touch screen on the mobile phone. The general functions are as follows: 1. Support cyclic sliding 2. Width can be set arbitrarily, no need to be width w
    2025-02-08
  • Pure JS realize dynamic time display code

    Pure JS realize dynamic time display code

    Copy code code as follows:<html xmlns="http://www.w3.org/1999/xhtml"><head>
    2025-02-08