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
  • Summary of Web page layout methods

    Summary of Web page layout methods

    1. Element drift removes an element from the page flow and drifts it in a certain direction. Other block elements will be placed under this element. When inline elements are injected into other block elements, the inline elements will surround this elemen
    2024-12-26
  • Analysis of website log 200 0 64 status code (protocol sub-status)

    Analysis of website log 200 0 64 status code (protocol sub-status)

    A few days ago, I took over the new site and observed the logs and found that only the home page returned the 200 0 64 status code, and other pages returned to normal. First of all, the 200 0 64 status code is certainly unreasonable. This is understandabl
    2024-12-26
  • Sample code for implementing editable tables using html table+css

    Sample code for implementing editable tables using html table+css

    To implement an editable HTML table, you can use JavaScript and the HTML5 contenteditable attribute.<!DOCTYPE html>
    2024-12-26
  • Array methods

    Array methods

    Arrays provide a lot of methods. To make things easier, in this chapter, they are split into groups.
    2024-12-26
  • 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