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
  • Modify the number of articles on the WordPress article editing page

    Modify the number of articles on the WordPress article editing page

    WordPress allows us to batch edit article attributes, but only 15 items are displayed on each page. Sometimes, you may feel that it is not enough and want to add more.
    2025-01-13
  • Data types

    Data types

    A value in JavaScript is always of a certain type. For example, a string or a number.There are eight basic data types in JavaScript. Here, we’ll cover them in general and in the next chapters we’ll talk about each of them in detail.We can put any type in
    2025-01-13
  • Detailed explanation of CSS positioning property Position

    Detailed explanation of CSS positioning property Position

    The most commonly used layout properties in CSS are Float (detailed explanation of CSS floating property Float) and the other is the CSS positioning property Position.
    2025-01-13
  • Interaction: alert, prompt, confirm

    Interaction: alert, prompt, confirm

    As we’ll be using the browser as our demo environment, let’s see a couple of functions to interact with the user: alert, prompt and confirm.
    2025-01-13
  • Should web pages remove the dotted boxes around links?

    Should web pages remove the dotted boxes around links?

    Some websites focusing on CSS and XHTML, Web 2.0 and Web standards are discussing how to remove the dashed box (outline) around hyperlinks when the mouse is clicked, such as outline:none or outline:0.
    2025-01-13
  • Getting Started with CSS3 Transforms

    Getting Started with CSS3 Transforms

    Although people expect some changes on the screen, CSS and HTML can do too little for interaction in the page, and those still need to be implemented in code.
    2025-01-13
  • CSS compatibility and JS event bubbling issues in level 2 drop-down menus

    CSS compatibility and JS event bubbling issues in level 2 drop-down menus

    When the mouse comes out of SPAN, the mouseout event is triggered because the event bubbles up. The item's onmouseout event secondary menu disappears, but at this time, the item is moved into the item and the mouseover event is triggered, so it is dis
    2025-01-13
  • CSS background guide

    CSS background guide

    Background is an important part of CSS and one of the basic knowledge of CSS that you need to know.
    2025-01-10
  • Rewrite WordPress URL using 404 page under IIS

    Rewrite WordPress URL using 404 page under IIS

    First create a new wp-404.php file with a random name, add the following code, and then FTP to the server root directory.
    2025-01-10
  • WEB Standards Best Practices: Five Things to Pay Attention to

    WEB Standards Best Practices: Five Things to Pay Attention to

    There are many things that need to be paid attention to in the WEB standard CSS web page layout. We have made many introductions, and today we introduce five points that need attention.
    2025-01-10
  • Let’s talk about DIV+CSS from another angle

    Let’s talk about DIV+CSS from another angle

    An error in one css file may cause the entire site to crash, which is terrible. A large number of access links calling static css files at the same time may cause concurrent errors and call failures.
    2025-01-10
  • Type Conversions

    Type Conversions

    Most of the time, operators and functions automatically convert the values given to them to the right type.
    2025-01-10
  • The XHTML header Doctype declaration is essential!

    The XHTML header Doctype declaration is essential!

    DTD (Document Type Definition) is an XML document that explains which tags, attributes or values ​​are valid for a specific type of HTML. HTML follows certain rules.
    2025-01-10
  • Basic operators, maths

    Basic operators, maths

    We know many operators from school. They are things like addition +, multiplication *, subtraction -, and so on.
    2025-01-10
  • Ten ways to reset browser CSS (2)

    Ten ways to reset browser CSS (2)

    Tantek Celik Reset CSS:link,:visited { text-decoration:none } ul,ol { list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
    2025-01-10