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
  • HTML5 Canvas line drawing skills - to draw a thin line that is wide by pixels

    HTML5 Canvas line drawing skills - to draw a thin line that is wide by pixels

    Comment: Draw a thin line with a pixel width. When using HTML5 Canvas implementation, pay special attention to making sure that all your coordinate points are integers, otherwise HTML5 will automatically achieve edge antialiasing. Interested friends can s
    2025-06-03
  • Developing NodeJS applications based on Docker

    Developing NodeJS applications based on Docker

    About this Node Application This application contains a package.json, server.js and a .gitignore file, which are simple enough to be easily done..gitignorenode_modules/*package.json{ "name"
    2025-06-03
  • A brief discussion on the development history of Unicode and JavaScript

    A brief discussion on the development history of Unicode and JavaScript

    1. What is Unicode? Unicode originated from a very simple idea: to include all characters in the world in a collection. As long as the computer supports this character set, it can display all characters, and there will be no garbled code again. It starts
    2025-06-03
  • Method of countdown of text input in javascript text box

    Method of countdown of text input in javascript text box

    This article describes the method of countdown of text input in JavaScript text box. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><head><title> Enter text countdown effect in text box</
    2025-06-03
  • Let visitors remember three practical codes for the website

    Let visitors remember three practical codes for the website

    Let visitors remember three practical codes of the website. Tips to add favorites Favorites Favorites is the most basic tool for recording URLs in the browser. Although there is a convenient favorite management function in the browser, if you put the butt
    2025-06-03
  • HTML5 Tutorial: Canvas Tag Draws Linear Gradient Gradient Graphics

    HTML5 Tutorial: Canvas Tag Draws Linear Gradient Gradient Graphics

    Article introduction of Wulin.com (www.vevb.com): HTML5 Daily Training Application of Canvas Tag - Drawing Linear Gradient Gradient Gradient Gradient Gradient So far, the basic knowledge of using canvas to draw graphics has been introduced. Starting from
    2025-06-03
  • Synchronize with WEB technology: 15 HTML5 resources that are worth collecting

    Synchronize with WEB technology: 15 HTML5 resources that are worth collecting

    Article introduction of Wulin.com (www.vevb.com): As an unformed technology, HTML5 is still unfamiliar to many people. This article collects 15 HTML5 resources that are worth collecting, which can keep you in line with the development of HTML5 and always
    2025-06-03
  • Notes on using H1 marks on web pages

    Notes on using H1 marks on web pages

    The h1 tag is a very important factor in website ranking, so we must use it correctly. This article introduces you to the seven precautions for using h1 tags: each page should have an h1 tag, and h1 tag is an indispensable element for every web page. The
    2025-06-03
  • Let’s take a look at these so-called specifications before making a web page

    Let’s take a look at these so-called specifications before making a web page

    This article has compiled some web pages to look at these so-called specifications before making them, hoping that they will be helpful to everyone. This article has compiled some web pages to look at these so-called specifications before making them, hop
    2025-06-03
  • JS implements the method of synchronously obtaining text box content in the div layer in the text box input text box

    JS implements the method of synchronously obtaining text box content in the div layer in the text box input text box

    This article example illustrates how to synchronize the content of the text box content in the JS input text box in the div layer in the text box. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows
    2025-06-03
  • JavaScript learning notes built-in objects

    JavaScript learning notes built-in objects

    JS Window Window Object: http://www.w3school.com.cn/js/js_window.asp All browsers support window objects. It represents a browser window. All JavaScript global objects, functions and variables will automatically become wind
    2025-06-03
  • Example analysis of common system functions used by js

    Example analysis of common system functions used by js

    This article describes the usage of commonly used system functions of js. Share it for your reference. The specific code is as follows: Copy the code as follows: <html><head></head><body><script type="text/javascript">//1. escape()函数,把字符
    2025-06-03
  • Detailed explanation of the actual use of HTML table layout

    Detailed explanation of the actual use of HTML table layout

    When will the table be used now, the table<table> It is generally no longer used for the overall layout of web pages. However, when faced with certain specific designs, such as form input and data presentation, forms may be the most appropriate choice. Th
    2025-06-03
  • Introduction to the difference between HTML and XHTML, and HTML4 and HTML5 tags

    Introduction to the difference between HTML and XHTML, and HTML4 and HTML5 tags

    Difference between HTML and XHTML 1. XHTML elements must be correctly nested 2. XHTML elements must be closed, and empty tags must also be closed. like<br/> 3. XHTML elements must be lowercase 4. XHTML documents must have a root element 5. XHTML attribute
    2025-06-03
  • Lab.js first time usage notes

    Lab.js first time usage notes

    Dynamic loading of JS functions is general. When we need to load js files, we will use script tags to implement them, similar to the following code: Copy the code as follows:<script type="text/javascript" src="example.js"></script> But straight
    2025-06-03