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
  • List of HTML tags<2>

    List of HTML tags<2>

    The following HTML Source Code is the basic structure of an HTML document:
    2024-12-31
  • Garbage collection

    Garbage collection

    Memory management in JavaScript is performed automatically and invisibly to us.
    2024-12-31
  • What is the flex-shrink attribute in css

    What is the flex-shrink attribute in css

    Flex-shrink refers to the shrinkage ratio of a single element when the flex container runs out of space. Negative values ​​are not supported, and the default value is 1, which means that all flex items will shrink by default. If set to 0, it means no shri
    2024-12-31
  • List of HTML tags<1>

    List of HTML tags<1>

    Objection means that the mark is not approved by the W3C. Usually this mark is customized by Microsoft or Netscape and has been supported by everyone, but there are other options with the same or better functions in the HTML standard.
    2024-12-31
  • What is the flex-wrap property in css

    What is the flex-wrap property in css

    The flex-wrap attribute specifies whether the flex item can be split into rows or columns. Accepts three values, nowrap default value, wrap width overflow and wrap display, wrap-reverse width overflow wrap display.
    2024-12-30
  • "Picture-in-picture" effect--discussing the use of IFRAME tags

    "Picture-in-picture" effect--discussing the use of IFRAME tags

    Iframe tag, also called floating frame tag, you can use it to embed an HTML document in an HTML display.
    2024-12-30
  • Object methods, "this"

    Object methods, "this"

    Objects are usually created to represent entities of the real world, like users, orders and so on:
    2024-12-30
  • What is the flex-direction property in css

    What is the flex-direction property in css

    Flex-direction is used to control the overall layout direction of children, whether from left to right or right to left, top to bottom or bottom to top. Specifies how internal elements are laid out in the flex container and defines the direction of the ma
    2024-12-30
  • alt attribute and title attribute

    alt attribute and title attribute

    When browser vendors bend the standards and do things that don't follow the rules, they can cause problems, or at least confusion. One example is the way some browsers handle alt attributes (often incorrectly called alt tags), such as Internet Explore
    2024-12-30
  • Rediscovering HTML tables

    Rediscovering HTML tables

    HTML has 10 table-related tags. Below is a list with an introduction, but first, the document must be properly defined under HTML 4.01/XHTML 1 or HTML 5:
    2024-12-30
  • The most commonly used web page skin color code
  • Constructor, operator "new"

    Constructor, operator "new"

    The regular {...} syntax allows us to create one object. But often we need to create many similar objects, like multiple users or menu items and so on.
    2024-12-30
  • Web front-end development specification document (2014 version)

    Web front-end development specification document (2014 version)

    Specification Description This is the code writing specification followed and agreed upon by the front-end development team, which is intended to improve the standardization and maintainability of the code. The basic principles comply with web standards,
    2024-12-30
  • How to display website logo on web page title bar and favorites

    How to display website logo on web page title bar and favorites

    The first step is to prepare an icon creation software. First of all, you must understand that the so-called icon (Icon) is a special graphic file format with .ico as the extension. Ordinary image design software cannot use this format, so
    2024-12-30
  • Optional chaining '?.'

    Optional chaining '?.'

    If you’ve just started to read the tutorial and learn JavaScript, maybe the problem hasn’t touched you yet, but it’s quite common.
    2024-12-30