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
  • Brief analysis of html space code

    Brief analysis of html space code

    How much do you know about html? If you are learning the basic html code now, I believe it will involve writing the space code of html. When we usually edit programs, we will use spaces, so the editor of Wulin.com will tell you what the html space code is
    2025-06-04
  • Javascript implementation to get the size and location of the window

    Javascript implementation to get the size and location of the window

    In Javascript, you can use OuterWidth and OuterHeight to get the size of the browser. Use innerWidth and innerHeight to get the size of the window (excluding the browser border part). For IE6 and previous versions, it is necessary to distinguish whether i
    2025-06-04
  • JavaScript method to convert date string to Date date object

    JavaScript method to convert date string to Date date object

    This article describes the method of converting a date string into a Date date object in JavaScript. Share it for your reference. The specific details are as follows: Here we implement the conversion of a date string such as "2014-4-28 12:31:45"
    2025-06-04
  • Introduction to call() method in Javascript

    Introduction to call() method in Javascript

    The introduction to call() in Mozilla's official website is: the copy code code is as follows: the call() method calls a function or method on the premise of using a specified this value and several specified parameter values. The copy code code of Ca
    2025-06-04
  • AngularJS study notes and analysis of TodoMVC

    AngularJS study notes and analysis of TodoMVC

    I have been watching AngularJS for a while recently, and I will summarize it at some time. Official website address: http://angularjs.org/I recommend a few tutorials first. 1. AngularJS introductory tutorial is relatively basic and is a translation of the
    2025-06-04
  • XHTML Introduction Tutorial: Use of List Tags

    XHTML Introduction Tutorial: Use of List Tags

    List is used to list a series of similar or related items. The unordered list (item list) The unordered list is the label<ul></ul> , and each list item uses<li> Label. Next, we will use an unordered list to rewrite our index.html. After opening the previo
    2025-06-04
  • Method for javascript sensing mouse image transparency display

    Method for javascript sensing mouse image transparency display

    This article describes the method of javascript sensing the transparency display of mouse images. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><title> Sensing the image transparency dis
    2025-06-04
  • Introduction to 3 ways to introduce CSS in HTML

    Introduction to 3 ways to introduce CSS in HTML

    In HTML, the methods of introducing CSS are mainly inline, embedded, imported and linked inline: that is, set the CSS style in the tagged style attribute. This method does not essentially reflect the advantages of CSS, so the use example is not recommende
    2025-06-04
  • JavaScript verification of ID number

    JavaScript verification of ID number

    When we are building an Internet website, we often use our ID number when registering personal information. We need to verify our ID card, otherwise others will pass it by simply entering a number, which makes you feel that this website is very shit-made.
    2025-06-04
  • js get the height of the visible area, body and screen resolution of the web page

    js get the height of the visible area, body and screen resolution of the web page

    The visible area width of the web page: document.body.clientWidth The visible area height of the web page: document.body.clientHeight The visible area width of the web page: document.body.offsetWidth (including the width of the edge line) The visible area
    2025-06-04
  • Can you use the flash wmode attribute in a web page?

    Can you use the flash wmode attribute in a web page?

    In web development, you may encounter the situation where flash occludes elements in the page. No matter how you set the depth of the flash container and layer (z-index) will not help. The existing solution is to add the "wmode" attribute to the
    2025-06-04
  • Reload failure solution under ie in EasyUI

    Reload failure solution under ie in EasyUI

    The problem I recently used EasyUI to develop a background system. I found a weird problem during testing. $('dg').datagrid('reload'); When reloading the table data, I had no reaction at all. Later I found out that it was not that there wa
    2025-06-04
  • HTML Table Tag Tutorial (10): Cell Margin Property CELLPADDING

    HTML Table Tag Tutorial (10): Cell Margin Property CELLPADDING

    Cell margins refer to the distance between the content of a cell and the border. Basic syntax<TABLE Cellpadding=value> Syntax interprets the margins of cells in pixels. File example: 10-10.htm Set the cell margin of the table. 01
    2025-06-04
  • 24 beautiful personalized HTML form techniques

    24 beautiful personalized HTML form techniques

    COMSHARP CMS writes: HTML form objects are not rendered in different browsers in a consistent way, although some objects, such as textbox and textarea, can obtain a consistent appearance in different browsers through CSS, and most other objects that canno
    2025-06-04
  • Solution to Javascript's parameterless and parameter-free inheritance problem

    Solution to Javascript's parameterless and parameter-free inheritance problem

    Speaking of Javascript's class inheritance, it is inevitable that the prototype chain cannot be separated, but inheritance only through the prototype chain has many shortcomings. The problem of inheritance of the parameterless class first looks at a s
    2025-06-04