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
  • Basic HTML highlights_General tags, commonly used tags and tables

    Basic HTML highlights_General tags, commonly used tags and tables

    Part 1 HTML<html> --Start tag<head> Control information on the web page<title> Page title</title></head><body> What the page displays</body></html> --End Tag<!--注释内容--> Comment body properties: b
    2025-04-20
  • Detailed explanation of JS implementing second-generation ID number verification

    Detailed explanation of JS implementing second-generation ID number verification

    Less nonsense, just put the code directly, the parsing in the comments is very clear, so there is no BB here. The copy code code is as follows:/*According to the provisions on citizenship identity numbers in the National Standard GB 11643-1999 of the Peop
    2025-04-20
  • JS implements uninterrupted scrolling code summary of images

    JS implements uninterrupted scrolling code summary of images

    This article summarizes common code for JavaScript to implement picture scrolling, which can achieve seamless scrolling effect in four directions: up, down, left and right. This is a picture special effect commonly used in front-end design and development
    2025-04-20
  • Semantics semantics is an important part of whether Html Xhtml truly complies with the standards

    Semantics semantics is an important part of whether Html Xhtml truly complies with the standards

    This article is reproduced from jorux, which is of great significance to everyone learning HTML and XHTML encoding. CuoXIn has always emphasized semantics and structures. Let's learn this article together. Semantics can be translated into semantics, w
    2025-04-20
  • 【HTML Element】Detailed explanation of tag text

    【HTML Element】Detailed explanation of tag text

    1. Use basic text elements to mark the content first to see the display effect: Corresponding HTML code: XML/HTML Code Copy content to the clipboard
    2025-04-20
  • Canvas and Image convert each other sample code

    Canvas and Image convert each other sample code

    Comment: This article shows you how to convert Image to Canvas, and how to extract an Image. The sample code is as follows. Friends who have this need can refer to it. I hope it will be helpful to you. JS Canvas and Image convert each other original text
    2025-04-20
  • WEB front-end design: good page structure and beautiful code

    WEB front-end design: good page structure and beautiful code

    Article introduction of Wulin.com (www.vevb.com): How deep is the water on the front-end page? Anyone who works on the Internet basically writes a few lines of html. People who have used Word can also make regular pages with Dreamweaver, so most people wi
    2025-04-20
  • HTML5 while playing (1) Canvas implementation method

    HTML5 while playing (1) Canvas implementation method

    Comment: Html5 introduces a new label, and the area represented by this label is like a canvas. All your graphic drawings must be presented on this canvas at the end. With this tag, the browser's graphics expressiveness has been greatly improved. Do F
    2025-04-20
  • Egret Engine Development Guide for Visual Programming

    Egret Engine Development Guide for Visual Programming

    Display objects and display list "Show objects", the exact meaning is objects that can be displayed on the stage. Objects that can be displayed include graphics, text, videos, pictures, etc. that can be directly seen, as well as display object c
    2025-04-20
  • Brief overview of new attributes and abolished attributes in html5

    Brief overview of new attributes and abolished attributes in html5

    Comment: In HTML5, while adding and abolishing many elements, many attributes are also added and abolished. Form-related attributes/link-related attributes are newly added and some attributes in HTML4 are abolished. If you are interested, you can learn ab
    2025-04-20
  • 20 practical JavaScript tips

    20 practical JavaScript tips

    As we all know, JavaScript is a very popular programming language. Developers can use it to not only develop dazzling web programs, but also develop some mobile applications (such as PhoneGap or Appcelerator). It also has some server implementations, such
    2025-04-20
  • Summary of 7 methods for obtaining client IP address, MAC and hostname by JS

    Summary of 7 methods for obtaining client IP address, MAC and hostname by JS

    Today, I am working on JS (javascript) to obtain client IP. I searched the Internet and found that many of them are invalid in the current system and browser. I was helpless. In Chrome and FireFox, I rarely use ActiveX to obtain IP and other JS scripts. T
    2025-04-20
  • Extjs time range selection automatic judgment implementation code

    Extjs time range selection automatic judgment implementation code

    Sometimes you need to select a date range in extjs, which requires automatic judgment. The selected start date cannot be greater than the end date, or the end date cannot be less than the start date. The implemented code is as follows: From the above figu
    2025-04-20
  • Introduction to the commonly used XHTML tag usage tips

    Introduction to the commonly used XHTML tag usage tips

    There are many tags in XHTML, but there are only a few that are often used, and you just need to grasp these ones. Let's list them one by one: div,p,span,ul,li,dl,dt,dd,a,img,h,strong,em For some time, I found that many people don't know how to us
    2025-04-20
  • Solution to the Chinese input method not triggering the onkeyup event

    Solution to the Chinese input method not triggering the onkeyup event

    In the past two days, we have done a function that requires real-time monitoring of text box input, and we have encountered the nausea problem that the Chinese input method cannot trigger the onkeyup event. The specific manifestation is as follows: When l
    2025-04-19