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
  • Code structure

    Code structure

    The first thing we’ll study is the building blocks of code. StatementsStatements
    2025-01-14
  • Taking us to the next level with CSS 3

    Taking us to the next level with CSS 3

    CSS is the abbreviation of Cascading Style Sheet. Translated as "cascading style sheets". Is a markup language used for (enhanced) control over web page styles and allows the separation of style information from web page content.
    2025-01-14
  • What can developers expect about HTML5?

    What can developers expect about HTML5?

    Web developers' expectations for HTML5 are getting stronger and stronger. As a document-centered markup protocol, HTML is increasingly unable to meet the needs of modern Web applications.
    2025-01-14
  • Full perspective: CSS Z-index property

    Full perspective: CSS Z-index property

    Most CSS properties are easy to use. Often, when you use CSS properties on elements of a markup language, the results appear immediately as you refresh the page. Other CSS properties are more complex and will only work under given circumstances.
    2025-01-14
  • The modern mode, "use strict"

    The modern mode, "use strict"

    For a long time, JavaScript evolved without compatibility issues. New features w
    2025-01-14
  • How to prevent advertising code from affecting website opening speed

    How to prevent advertising code from affecting website opening speed

    When doing some affiliate ads, due to the slow loading of affiliate ads, the display speed of the overall page will also become slower. If you add the following code, you can effectively solve this problem.
    2025-01-14
  • A brief discussion on career planning for front-end newcomers

    A brief discussion on career planning for front-end newcomers

    Many "page reconstructors", "front-end development engineers", etc. recruited by schools are non-computer-related majors. This is of course because the Internet industry is attractive and the starting point for entry into HTML and CSS
    2025-01-14
  • Taming CSS Selectors—Strengthening Our Stylesheets

    Taming CSS Selectors—Strengthening Our Stylesheets

    The size of the CSS file and the number of HTTP requests caused are the most critical factors in CSS performance reflow and render time
    2025-01-14
  • Object-oriented CSS FAQ

    Object-oriented CSS FAQ

    Objects are similar to classes in JAVA and maintain OO characteristics. A CSS object consists of 4 parts: HTML that may be one or more DOM nodes; CSS style declaration starting from the class name of the wrapper node; sprites components such as background
    2025-01-14
  • Test shows that Flash and HTML5 work at similar efficiency

    Test shows that Flash and HTML5 work at similar efficiency

    Using different browsers on Mac and Windows platforms, Flash and HTML5 perform differently, with no clear winner.
    2025-01-14
  • Five elements of perfect image processing in web design

    Five elements of perfect image processing in web design

    Computer-generated images with simple forms (such as logos, icons) are preferred in PNG format, while photos with rich colors must be JPEG. If there are few colors and no gradients, the GIF format should be used.
    2025-01-14
  • CSS modularization and multi-person division of labor and collaboration

    CSS modularization and multi-person division of labor and collaboration

    If several people are working on the front desk of a website at the same time, how can they be allocated so that the style of the entire website is unified, the style file structure is reasonable, there is no duplication and redundancy, and the efficiency
    2025-01-13
  • Design methods to effectively improve website conversion rate

    Design methods to effectively improve website conversion rate

    Use more pictures in website design to indirectly convey some information. Some pictures that have nothing to do with the product can also change the user's impression of the website and subconsciously affect the user's desire to consume.
    2025-01-13
  • Variables

    Variables

    Most of the time, a JavaScript application needs to work with information. Here are two examples:
    2025-01-13
  • Play with CSS3 colors

    Play with CSS3 colors

    Traditionally, the colors used in CSS are either in hexadecimal format or rgb format, like rgb(171,205,239).
    2025-01-13