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
  • How to delete commands from Dreamweaver cs5 command list?

    How to delete commands from Dreamweaver cs5 command list?

    If I want to edit the command list in Dreamweaver cs5, how to delete the command? Let’s take a look at the detailed tutorial below. 1. First, we can click the command button on the menu bar. 2. Then we click here
    2025-09-02
  • How to upload web pages in Dreamweaver? Tutorial on uploading dw web pages to the server

    How to upload web pages in Dreamweaver? Tutorial on uploading dw web pages to the server

    After Dreamweaver has completed creating a web page, we want to upload it to the server to show it to everyone. We can use Dreamweaver's own FTP tool to upload the web page. Let's take a look at the details below.
    2025-09-02
  • How to insert AppLet type files in Dreamweaver cs5?

    How to insert AppLet type files in Dreamweaver cs5?

    If I want to insert an AppLet type file in Dreamweaver, how do I insert it? Let’s take a look at the detailed tutorial below. 1. Under the Insert Media menu, we click the AppLet button. 2. Then we can
    2025-09-02
  • How to create a simple form in Dreamweaver?

    How to create a simple form in Dreamweaver?

    Web pages produced by Dreamweaver require forms. Generally, there is a form for submitting data. How to make this form? Let’s take a look at the detailed tutorial below. 1. Open the Dreamweaver software and click the left mouse button
    2025-09-02
  • How to change code color in Dreamweaver?

    How to change code color in Dreamweaver?

    The code in Dreamweaver can modify the color. How to set the code color? Let’s take a look at the detailed tutorial below. 1. First, we need to open the Dreamweaver software, and then select the top of the software
    2025-09-02
  • How to insert verification tag into Dreamweaver cs5 web page?

    How to insert verification tag into Dreamweaver cs5 web page?

    How to insert a verification tag in Dreamweaver? Let’s take a look at the detailed tutorial below. 1. Under the Spry data set, we click the Spry verification tab. 2. Then we can lose here
    2025-09-02
  • How to link css style to dreamweaver cs5 web page?

    How to link css style to dreamweaver cs5 web page?

    If I want to link CSS styles to HTML in Dreamweaver, what should I do? Let’s take a look at the detailed tutorial below. 1. First open our software cs52, click on the new file option 3. Blank page--
    2025-09-02
  • How to create cache files for Dreamweaver cs5 site?

    How to create cache files for Dreamweaver cs5 site?

    The first time you change or delete a link to a file in a local folder after you start Dreamweaver, Dreamweaver prompts you to load the cache. If you click Yes, Dreamwe
    2025-09-02
  • How to create CSS rules in dreamweaver cs5?

    How to create CSS rules in dreamweaver cs5?

    Dreamweaver can create a CSS rule to automatically complete the formatting of HTML tags or the formatting of the text range identified by the class or ID attribute. How to set the CSS rule? under
    2025-09-02
  • How to create jump menu in Dreamweaver cs5?

    How to create jump menu in Dreamweaver cs5?

    When Dreamweaver creates a web page, there is usually a form for submitting data, and sometimes it is necessary to add a jump menu to the form as input. How to create a jump menu? Let’s take a look at the detailed production method. 1
    2025-09-02
  • Pictures inserted by Dreamweaver are not displayed?

    Pictures inserted by Dreamweaver are not displayed?

    When using Dreamweaver to create a web page, there will be many links in it, but the pictures we linked to are missing. How to solve this problem? Let’s take a look at the detailed tutorial below. 1. First we find our software and double-click to open it.
    2025-09-02
  • How does Dreamweaver realize the Chinese and English paging function of the website?

    How does Dreamweaver realize the Chinese and English paging function of the website?

    When using Dreamweaver to build a website, if it is a Chinese and English version of the website, the paging needs to correspond to the English address. How to use Dreamweaver to implement the Chinese and English paging functions of Dreamweaver? Let’s tak
    2025-09-02
  • How to insert client-side script into Dreamweaver web page?

    How to insert client-side script into Dreamweaver web page?

    When Dreamweaver writes client-side scripts in the page, you can type or paste the script code directly in the "Content" box without writing the opening and closing script tags again. How to do this?
    2025-09-02
  • How to create scrolling text code in dreamweaver?

    How to create scrolling text code in dreamweaver?

    If I want to create scrolling code in dreamweaver, how to create an upward scrolling text effect? Let’s take a look at the detailed tutorial below. 1. As shown in the figure below, the following text is to be made into scrolling text. 2
    2025-09-02
  • Native JavaScript to write the canvas version of Lianlian Watch Game

    Native JavaScript to write the canvas version of Lianlian Watch Game

    This article shares the specific implementation code of JavaScript for writing canvas version of Lianliankan game for your reference. The specific content is as follows: Implementation code:<!DOCTYPE html><html><head><meta charset="UTF-8">
    2025-09-01