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
  • 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
  • Clean up your css

    Clean up your css

    After the CSS of the page has been modified for several versions, some styles may no longer be used, or some styles may have been renamed and the original ones forgotten to be deleted. In short, there may be some useless styles on the page.
    2025-01-10
  • In-Depth Analysis: Can HTML5 Become the Terminator of Flash?

    In-Depth Analysis: Can HTML5 Become the Terminator of Flash?

    Adobe's Flash technology helps fill the gap in cross-platform multimedia experiences on the web. In addition to the hot-selling iPhone and the upcoming iPad, Flash can be found in almost all other operating systems, whether it is a desktop operating s
    2025-01-10
  • What technologies do you need to learn to make web pages?

    What technologies do you need to learn to make web pages?

    HTML is the language of the web, and every web developer needs to have a basic understanding of it.
    2025-01-10
  • Comparisons

    Comparisons

    We know many comparison operators from maths.In JavaScript they are written like this:
    2025-01-10