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
  • Web developers should start learning new features of HTML5

    Web developers should start learning new features of HTML5

    Article introduction of Wulin.com (www.vevb.com): HTML5 is said to have received support from most platforms. According to foreign media reports, Mark Pilgrim, an executive of Google's developer business department, said at the WWW2010 meeting that al
    2025-06-08
  • The problem of defining the minimum height of the inline element span

    The problem of defining the minimum height of the inline element span

    The tag span is often used when making html web pages, but some friends don’t use this tag well for many friends. They seem to think it is very useful, but it is very troublesome to use, especially when it needs to define its width and height. A friend on
    2025-06-08
  • HTML Form Tag Tutorial (1):<FORM>Tag Overview

    HTML Form Tag Tutorial (1):<FORM>Tag Overview

    Forms are a major external form to implement dynamic web pages. Forms and form fields do not have the ability to type, and the production of form web pages must ultimately be organized by forms. html forms are an important means to interact with html page
    2025-06-08
  • W3C Tutorial (2): W3C Program

    W3C Tutorial (2): W3C Program

    The standardization procedure of W3C is divided into 7 different steps. The standardization procedure of W3C is divided into 7 different steps. Approval Steps for W3C Specification During the W3C release of a new standard, the specification is gradually e
    2025-06-08
  • Discussion on the Iframe node initialization problem

    Discussion on the Iframe node initialization problem

    Today I suddenly thought about reviewing the production principles of rich text editors. So he started to do it without saying a word. Because I wrote a simple rich text editor a year ago, I probably still have some impression. But when I ran the code I w
    2025-06-08
  • JavaScript to create a complete record of tank war (2)

    JavaScript to create a complete record of tank war (2)

    2. Improve the map. Our map has obstacles such as empty space, walls, steel, grass, water, headquarters, etc. We can design all of these as objects. 2.1 Create an obstacle object group. The object group saves objects on various maps. We use the object pro
    2025-06-08
  • js method to sort array objects using Array.prototype.sort()

    js method to sort array objects using Array.prototype.sort()

    This article describes how js uses Array.prototype.sort() to sort array objects. Share it for your reference. The specific analysis is as follows: When talking about sorting array objects, let’s first briefly understand Array.prototype.sort(). The sort me
    2025-06-08
  • How to set up error report in PHP configuration file php.ini

    How to set up error report in PHP configuration file php.ini

    The method to open PHP error report is for your reference. There are many configuration settings in the php.ini file. You should have your own php.ini file set up and put it in the appropriate directory, as shown in the documentation for installing PHP an
    2025-06-08
  • Web page printing thin line table + ultimate guide to page printing

    Web page printing thin line table + ultimate guide to page printing

    Recently, when printing for customers, the customer asked not to print the head of the page when printing, but to print the contents in the table, because the head has a background and a printing button, and it is the type of thin line table. I think thin
    2025-06-08
  • HTML5 UTF-8 Chinese garbled solution

    HTML5 UTF-8 Chinese garbled solution

    Comment: HTML5 UTF-8 has garbled Chinese characters, so many friends should have encountered them. Write them in notepad, and after saving, it appears garbled on the web page. If it is replaced with GB2312, it can correctly display Chinese. Let’s discuss
    2025-06-08
  • Simple and effective way to improve the speed of opening a web page

    Simple and effective way to improve the speed of opening a web page

    It is very important for the website to load as quickly as possible; users want to quickly view the page they want to see, and if you can't satisfy them, they will look for it elsewhere. In this article, you will see a discussion of five simple and ef
    2025-06-08
  • JavaScript achieves a hyperlink-like effect

    JavaScript achieves a hyperlink-like effect

    To achieve a hyperlink-like effect, this represents the copy code code of this page element as follows:<html><head><script type="text/javascript"> function mOver(obj){ obj.color="red"; } fun
    2025-06-08
  • NodeJS code to calculate whether it is appropriate to pay social security

    NodeJS code to calculate whether it is appropriate to pay social security

    Based on the monthly income of an ordinary programmer of 8,000, it is 1,800 social security, and it will be delayed until he retires at the age of 65. I will be 30 years old after the New Year. After comparing this account with Yu'ebao, I immediately
    2025-06-08
  • Code to enable IE8 to start IE7 compatibility mode

    Code to enable IE8 to start IE7 compatibility mode

    The popular tags are not IE8, but browser manufacturers are rushing to release version updates. Some web pages also have compatibility issues with IE8. Simple line of code. If IE8 automatically calls the rendering mode of IE7, you only need to add the fol
    2025-06-08
  • Draw circular polygonal patterns based on html5

    Draw circular polygonal patterns based on html5

    This article mainly introduces the implementation of circular polygonal patterns based on html5, and draw circular polygonal patterns from shallow to deep. Interested friends can refer to the simplest renderings first: the code is as follows: JavaScript C
    2025-06-08