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
  • 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
  • 10 fatal semantic errors in web page layout
  • Experience sharing through W3C XHTML1.0 standard verification

    Experience sharing through W3C XHTML1.0 standard verification

    This article is about some experiences of a netizen when performing W3C XHTML1.0 verification when updating and adjusting the website.
    2024-12-30
  • Protection of email addresses on web pages

    Protection of email addresses on web pages

    Generally, when making a website, it is inevitable that you need to enter the contact email on the web page. But I don’t know, this will give those so-called online merchants an opportunity. They will use software or programs to search, and then put your
    2024-12-27
  • Symbol type

    Symbol type

    Otherwise, if one uses another type, such as number, it’s autoconverted to string. So that obj[1] is the same as obj["1"], and obj[true] is the same as obj["true"].
    2024-12-27
  • Visual Foxpro 6.0 Chinese version installation wizard (illustrated)

    Visual Foxpro 6.0 Chinese version installation wizard (illustrated)

    Recently, many users have downloaded Visual Foxpro 6.0 on this site. Some users have no experience in installing vfp6.0. They have problems such as the installation program and product ID number cannot be found, and they have made suggestions to us.
    2024-12-27
  • HTML header element

    HTML header element

    HTML head element 1, HTML<head> element<head> Element is a container for all header elements...
    2024-12-27
  • Google Web Fonts API Interview

    Google Web Fonts API Interview

    For many Web designers and developers who are obsessed with fonts, yesterday's news about the Google Font API really made them happy. This very simple and practical API includes a set of font libraries and preview tools, combining Google and TypeKit T
    2024-12-27