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 Tutorial: Unordered List

    HTML Tutorial: Unordered List

    Original text: The paragraph http://andymao.com/andy/post/102.html has been discussed, and some basic application methods have also been discussed. So have they been applied? Of course, applications can be more abundant, so these require you to constantly
    2025-05-12
  • JavaScript scope chain analysis

    JavaScript scope chain analysis

    JavaScript includes Scope (scope chain), Scope chain (scope context), Execute context (execution context), Active Object (active object), Dynamic Scope (dynamic scope), and Closure (closure)
    2025-05-12
  • HTML code: The web page header code is clear

    HTML code: The web page header code is clear

    All the following codes are in<head> ...</head> The specific contents are: 1.<title> …</title> Title element helps users better identify files, and there is only one. Make the file name when used as homepage or collection. 2,<link> …</link> Show the relat
    2025-05-12
  • IE9beta version browser support for HTML5/CSS3

    IE9beta version browser support for HTML5/CSS3

    Article introduction of Wulin.com (www.vevb.com): IE9 beta supports HTML5/CSS3. The IE9beta version has been released for several days, and I also experienced it as soon as possible, but due to time issues, this log has not been posted. Well, I am quite b
    2025-05-12
  • Some common methods used in html pages are sorted out

    Some common methods used in html pages are sorted out

    Some of the common small methods used in html pages can be sorted out. Friends who make web pages can read them. They are indeed good. exist<Head> Added in the tag<meta http-equiv=pragma content=no-cache>
    2025-05-12
  • HTML5 custom data-* data(obj) attribute and jquery's data() method use

    HTML5 custom data-* data(obj) attribute and jquery's data() method use

    Comment: Maybe when you use jquery mobile, you will often see data-role, data-theme, etc. These are HTML5 custom attributes. This article has sorted out some. Friends who need it can refer to it. Maybe when you use jquery mobile, you will often see data-r
    2025-05-12
  • HTML escape characters

    HTML escape characters

    ISO Latin-1 character set: — Tab Horizontal tab — Line feed — Carriage Return — Space! — Exclamation mark Exclamation mark " " Double quote Quota
    2025-05-12
  • 5 cool and practical HTML tags and attributes introduction

    5 cool and practical HTML tags and attributes introduction

    In fact, this is also a title party, and it cannot be said to be a show-off, but because I am ignorant and have never seen these labels. These features are not very common on the usual websites, so I feel very fresh. Then let’s make a series and record al
    2025-05-12
  • Introduction to the use of base link label base

    Introduction to the use of base link label base

    When you click the link, the address of the web page that pops up is https://www.VeVb.com/web/ or https://www.VeVb.com/css/, which adds the address to the base link before these relative path files. If the link in the target file does not specify the targ
    2025-05-12
  • Description of meta viewport attribute in html web page

    Description of meta viewport attribute in html web page

    HTML meta viewport attribute indicates what is Viewport mobile browser places the page in a virtual window (viewport). Usually this virtual window (viewport) is wider than the screen, so that you don’t have to squeeze each web page into a very small windo
    2025-05-12
  • Javascript simulation acceleration and deceleration movement code sharing

    Javascript simulation acceleration and deceleration movement code sharing

    Accelerated movement means that an object is moving faster and faster; decelerated movement means that an object is moving slower and slower. Now use Javascript to simulate these two effects. The principle is to use setInterval or setTimeout to dynamicall
    2025-05-12
  • How to achieve the effect of switching between image from left to right

    How to achieve the effect of switching between image from left to right

    This article describes the method of JS to achieve the effect of switching between image from left to right. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows: <style type="text/css">.woon{border:
    2025-05-12
  • NodeJS Web application listening sock file instance

    NodeJS Web application listening sock file instance

    A TCP service written by NodeJS can listen on a sock file (Domain Socket), and its HTTP service can do the same. Although it doesn't make much sense to connect to a sock file as an HTTP service, it's just a pure attempt here. This is the TCP servi
    2025-05-12
  • Share 4 digital thousand-digit formatting methods implemented by JS

    Share 4 digital thousand-digit formatting methods implemented by JS

    The so-called numerical form is to add a comma between every three digits starting from single digits. For example, "10,000". To address this requirement, I initially wrote a function like this: copy the code as follows:// method function toThou
    2025-05-12
  • Node.js How many minutes does node-schedule timing task be executed every time?

    Node.js How many minutes does node-schedule timing task be executed every time?

    In Node.js, I use node-schedule to perform timing tasks. The time format of Cron-style is not very intuitive for beginners, so this method is generally used: For example, in the official example, the code for copying the code for each hour is as follows:
    2025-05-12