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
  • CSS modularization and multi-person division of labor and collaboration

    CSS modularization and multi-person division of labor and collaboration

    My thoughts on CSS framework and CSS modules have always been vague, and I am completely following the trend. The problems I encountered at work recently forced me to pay attention to this issue. I am used to one person doing everything, planning-designin
    2025-01-06
  • IE firefox hack set

    IE firefox hack set

    2. Use conditional comment statements:<!–[if IE]> This content is only visible to IE<![endif]–>
    2025-01-06
  • Coding Style

    Coding Style

    Our code must be as clean and easy to read as possible.That is actually the art of programming – to take a complex task and code it in a way that is both correct and human-readable. A good code style greatly assists in that.
    2025-01-06
  • Reference: Several points to grasp during the website creation process

    Reference: Several points to grasp during the website creation process

    The most important thing about a website is the title. The title is like a street sign. People rely on it to guide people around your website. Whether people can immediately notice the title in their first impression, the title should be clear and descrip
    2025-01-06
  • Coding specifications of html5+CSS3

    Coding specifications of html5+CSS3

    Golden Rule No matter how many people work on the same project, make sure every line of code looks like it was written by the same person. Syntax 1. Use two spaces instead of tabs - this is the only way to guarantee
    2025-01-06
  • Front-end coding standards (4) - CSS and Sass (SCSS) development standards

    Front-end coding standards (4) - CSS and Sass (SCSS) development standards

    ID and class naming ID and class names always use names that reflect the purpose and use of the element, or other common names. Instead of appearances and obscure names. Specific and
    2025-01-06
  • Problems and experiences encountered during web development

    Problems and experiences encountered during web development

    The xml file should be encoded in UTF-8 as much as possible. Some characters in gb2312 cannot be stored, such as ?. Even if it can be saved, it needs to be converted, which is troublesome. UTF-8 also complies with international standards.
    2025-01-06
  • Comments

    Comments

    As we know from the chapter Code structure, comments can be single-line: startin
    2025-01-06
  • Include files are also included in HTML files

    Include files are also included in HTML files

    Netizens often ask in forums, can I read the content of another html file in an html file? The answer is yes, and there is more than one method. In the past, I would only use iframe to reference, but later I found several other methods. So today I will su
    2025-01-03
  • Detailed explanation of CSS shadows:

    Detailed explanation of CSS shadows:

    Designers often use some unique font effects and page effects, and shadow is one of them. It can make the text and elements on the page have a three-dimensional effect and stand out. For example, for text shadows, the traditional method may require cuttin
    2025-01-03
  • CSS experience sharing: How to write maintainable CSS code

    CSS experience sharing: How to write maintainable CSS code

    Add a comment block at the beginning of the style sheet to describe the creation date, creator, tags and other remark information of the style sheet.
    2025-01-03
  • Several CSS3 tips you should know

    Several CSS3 tips you should know

    This article will show you some distinctive CSS3 techniques that work well in some major browsers (such as Firefox, Chrome, Safari, Opera browsers). These effects will degrade rendering in unsupported browsers (such as Internet Explorer). Many of the prop
    2025-01-03
  • Ninja code

    Ninja code

    Learning without thought is labor lost; thought without learning is perilous.Con
    2025-01-03
  • Receive parameters in address bar in html

    Receive parameters in address bar in html

    To receive parameters in the address bar in an html file, in the past, parameters were received in aspx. Just use request [parameter name].
    2025-01-03
  • css solves the effect of overriding the transparency of parent elements

    css solves the effect of overriding the transparency of parent elements

    If the parent element has transparency set, then the child element cannot be more transparent than the parent element, so you can use the following methods to achieve similar effects
    2025-01-03