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
  • HTML tag list and usage description

    HTML tag list and usage description

    HTML tag list tag type name or meaning function note file tag
    2025-05-05
  • Example of usage of document object forms collection in html DOM

    Example of usage of document object forms collection in html DOM

    This article describes the usage of document object forms collection in html's DOM. Share it for your reference. The specific analysis is as follows: The forms collection can return references to all Form objects in the document. Syntax: Copy code cod
    2025-05-05
  • Basic knowledge of HTML - css style sheet, style attributes, format and layout detailed explanation

    Basic knowledge of HTML - css style sheet, style attributes, format and layout detailed explanation

    1. Position: fixed lock position (relative to the browser position), such as the pop-up window in the lower right corner of some websites. Example: 2. Position: absolute position: 1. There is no position: absolute (or relative) on the outer layer; then th
    2025-05-05
  • SyntaxHighlighter 3.0.83 usage notes

    SyntaxHighlighter 3.0.83 usage notes

    1. Download SyntaxHighlighter 3.0.83: http://alexgorbatchev.com/SyntaxHighlighter2. Configure (1) The default tag for SyntaxHighlighter parsing is the default pre copy code code such as
    2025-05-05
  • What exactly is XHTMLDHTMLSSHTML and what is the difference?

    What exactly is XHTMLDHTMLSSHTML and what is the difference?

    We often see these three things on a technical website or BBS: XHTML DHTML SHTML. What exactly are they doing? Let’s look at the instructions and explanations below. XHTML: HTML is a basic WEB web design language, XHTML is an XML-based markup language tha
    2025-05-05
  • Summary of tips for creating email web pages with HTML+CSS

    Summary of tips for creating email web pages with HTML+CSS

    Article introduction of Wulin.com (www.vevb.com): When we do email marketing, we hope that the user will open the email and see that we send it to the other party. However, the rendering of HTML pages by the email is different from that of the browser. Th
    2025-05-05
  • JavaScript plug-in development tutorial (I)

    JavaScript plug-in development tutorial (I)

    1. The beginning analysis, everyone! Today's series of articles mainly talk about how to develop plug-in development based on "JavaScript". I think many people are not unfamiliar with the word "plugin". Some people may call it &quo
    2025-05-05
  • A brief talk about javascript code reuse mode

    A brief talk about javascript code reuse mode

    There is a famous principle for code reuse, which was proposed by GoF: priority is used to use object combinations rather than class inheritance. In JavaScript, there is no concept of classes, so code reuse is not limited to class inheritance. There are m
    2025-05-05
  • Some discarded elements in HTML are no longer used in XHTML

    Some discarded elements in HTML are no longer used in XHTML

    When we were doing CSS web page layout, we all knew that it needed to comply with the XHTML1.0 specification. In VeVb.com's article yesterday, we introduced DTD to you. If we are still using elements that are discarded by W3C when we are doing CSS web
    2025-05-05
  • What is the difference between HTML 5 and HTML 4?

    What is the difference between HTML 5 and HTML 4?

    HTML5 is the next version of the HTML standard. Although HTML5 does not completely subvert HTML4, they also have some differences. For the latest and most complete HTML5-HTML4 comparison information, please see http://dev.w3.org/html5/html4-differences/,
    2025-05-05
  • HTML <!--...--> Deep-level analysis of the annotation tags

    HTML <!--...--> Deep-level analysis of the annotation tags

    When we check the source code of many websites, we will find many comments, especially the Sina comment tags are used to insert comments in the source documents. The comment text is generally used as a reference for programmers, especially large and multi
    2025-05-05
  • The element drag function implemented in javascript is hosted as the browser

    The element drag function implemented in javascript is hosted as the browser

    //The host is the browser//Pass the reference of the corresponding element object to the function function candrag(drager) { drager.onmousedown = function (down) { var offx = drager.
    2025-05-05
  • Detailed explanation of the usage method of html5 viewport

    Detailed explanation of the usage method of html5 viewport

    Comment: With the popularity of high-end mobile phones (Andriod, Iphone, Ipod, WinPhone, etc.), mobile Internet application development is also receiving more and more attention from people. Using html5 to develop mobile applications is the best choice. H
    2025-05-05
  • Web design reference firefox default style

    Web design reference firefox default style

    Although w3c has formulated some standards for html: browsers will parse labels in rendered web pages according to their own predefined styles, firefox can obtain the default style sheet of firefox by entering the resource://gre/res/html.css command in th
    2025-05-05
  • How to convert js array and strings to each other

    How to convert js array and strings to each other

    Many friends who are familiar with js have encountered the situation where js arrays and strings are converted. This article will give a brief introduction to this. The example is as follows: 1. To convert an array to a string, you need to connect the arr
    2025-05-05