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
  • Using Flex layout in HTML to achieve double-row clipping effect

    Using Flex layout in HTML to achieve double-row clipping effect

    There are often comments and annotations in ancient novels. In order to distinguish the main text and annotations, the annotations are usually typed into a double-line format with a comment. We know that in Word, you only need to select the annotation tex
    2024-12-26
  • A preliminary understanding of websites and HTML

    A preliminary understanding of websites and HTML

    A preliminary understanding of websites and HTML (1) What exactly is a website? A website is actually composed of web pages. To understand what a website is, you must first understand what a web page is? (2) What exactly is a web page? (1) What is a web p
    2024-12-25
  • Iterables

    Iterables

    Iterable objects are a generalization of arrays. That’s a concept that allows us
    2024-12-25
  • HTML syntax specification

    HTML syntax specification

    HTML syntax specifications What are HTML syntax specifications? In fact, it is very easy to understand. It is a computer term, which means that the grammatical form of Html language must comply with the standard. HTML is called Hypertext Markup Language a
    2024-12-25
  • CSS pseudo-element

    CSS pseudo-element

    CSS Pseudo Elements CSS introduces the concepts of pseudo classes and pseudo elements to format information beyond the document tree. In other words, pseudo-classes and pseudo-elements are used to modify parts that are not in the document tree, such as th
    2024-12-25
  • Introduction to metro and its benefits

    Introduction to metro and its benefits

    About metro design principles metro design principles are a test for designers. In the eyes of users, what appears in front of them is such a simple and fresh picture that some people jokingly say that "you can design it with simple Windows drawing.&
    2024-12-25
  • CSS mouse style (cursor)

    CSS mouse style (cursor)

    CSS mouse style (cursor) When laying out a page, CSS is an essential part of the work. I often hear people say: HTML is what a person looks like without makeup, and adding CSS is what a person looks like after putting on makeup. This sentence is easy to u
    2024-12-25
  • CSS size/width and height properties (width/height)

    CSS size/width and height properties (width/height)

    CSS size/width/height attributes (width/height) CSS size attributes refer to the width and height attributes of the element. Although it is very simple, it is a skill that must be mastered. CSS provides width, height, max-width, min-width, max-height and
    2024-12-25
  • Map and Set

    Map and Set

    Map is a collection of keyed data items, just like an Object. But the main difference is that Map allows keys of any type.
    2024-12-25
  • CSS font style (font)

    CSS font style (font)

    In addition to beautiful backgrounds and colors, CSS font styles (fonts) are also an important part of web design. Appropriate fonts will not only make the page more beautiful, but also improve the user experience. CSS provides a series of properties for
    2024-12-25
  • WeakMap and WeakSet

    WeakMap and WeakSet

    As we know from the chapter Garbage collection, JavaScript engine keeps a value in memory while it is “reachable” and can potentially be used.
    2024-12-25
  • CSS box model, rounded border, box shadow effect implementation

    CSS box model, rounded border, box shadow effect implementation

    The three cores of page layout: box model, floating, and positioning. Box model, rounded border box model The core of web page layout: placing boxes through CSS. The components of the box model include: borders, margins, padding, and actual content
    2024-12-25
  • The most accurate hard disk integer partitioning method

    The most accurate hard disk integer partitioning method

    The general algorithm for calculating hard disk integer partitions is: partition size = (partition size - 1) × 4 + 1024 × partition size.
    2024-12-25
  • Introduction to the use of Unicode characters in web pages (&#, \u, etc.)

    Introduction to the use of Unicode characters in web pages (&#, \u, etc.)

    The earliest computers could only use ASCII characters, but with the expansion of computer applications, many countries have designed special character sets for computers so that the letters and characters of their own countries and nations can be display
    2024-12-25
  • What does W3C mean? Introduction to W3C standards

    What does W3C mean? Introduction to W3C standards

    What is W3C? W3C is the abbreviation of the English World Wide Web Consortium. The Chinese meaning is the W3C Council or the World Wide Web Alliance. The W3C organization is a non-profit organization that develops Internet standards.
    2024-12-25