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
  • 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
  • Automated testing with Mocha

    Automated testing with Mocha

    Automated testing will be used in further tasks, and it’s also widely used in real projects.
    2025-01-03
  • Modify WordPress log abbreviations in batches

    Modify WordPress log abbreviations in batches

    It is best to use English words and "-" in the article name in series, but I have neglected to fill in the log abbreviation for hundreds of blogs in the past. WordPress automatically converts Chinese into URL encoding, which is very unfriendly t
    2025-01-03
  • Ten ways to reset browser CSS (1)

    Ten ways to reset browser CSS (1)

    Do you know what CSS Reset is? Usually, it is also written as Reset CSS, which resets the browser's style. In various browsers, some default values ​​are set for CSS selectors. For example, when h1 is not set to a value, a certain size is displayed.
    2025-01-03
  • Five web design tips to make better use of light and shadow

    Five web design tips to make better use of light and shadow

    If we want to make our web design more natural, dynamic, real and intuitive, it is very important to correctly understand the effects of light and shadow. The following are five tips to help you make better use of light and shadow. Using them well can mak
    2025-01-03
  • CSS Tips: About CSS Hack and Float Closure

    CSS Tips: About CSS Hack and Float Closure

    With IE7's support for !important, the !important method now only targets IE6's HACK. (Note on writing: remember that the declared position needs to be stated in advance.)
    2025-01-03