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 use Dreamweaver media query commands

    How to use Dreamweaver media query commands

    If you want to use media queries in Dreamweaver, how to use this function? Let’s take a look at the detailed tutorial below. 1. In the menu bar, we click the Modify this command button. 2. Then we click on the media query
    2024-12-18
  • Html sample code to obtain login username

    Html sample code to obtain login username

    I recently learned ajax technology and changed the front-end to HTML static web pages to write. How to get the logged-in user name? The first thing that everyone thinks of must be to use Cookie and Session. You can do this on the JSP page.
    2024-12-18
  • The specific implementation method of HTML table merging

    The specific implementation method of HTML table merging

    When we make an HTML table, we can see that this is very unfair. This requires the main steps to merge cells: 1. First confirm whether you want to merge to the right (column merging) or downward (row merging). two,
    2024-12-18
  • 4 ways to introduce svg images into html web pages

    4 ways to introduce svg images into html web pages

    Web application development uses SVG images. To sum up, there are four ways: 1. Directly insert into the page. 2. Introduction of img tag. 3. css introduction. 4. The object tag is introduced. 1
    2024-12-18
  • Implementation of HTML-like Windows desktop theme special effects

    Implementation of HTML-like Windows desktop theme special effects

    Online demonstration address: https://haiyong.site/win/ ✨ The basic project structure directory structure is as follows: ├── jsLib │ ├── jquery.winRes
    2024-12-18
  • Project practice of implementing cool login switching using HTML+CSS

    Project practice of implementing cool login switching using HTML+CSS

    The effect demonstration realizes the switching effect of a login and registration page. When the user clicks the login or registration button, an overlay will appear, which contains a form. The user can enter the user name and password in the form, and t
    2024-12-18
  • How to automatically format Dreamweaver code? Dreamweaver code formatting tutorial

    How to automatically format Dreamweaver code? Dreamweaver code formatting tutorial

    Do you have a headache with such code? If you do the typesetting slowly by yourself, you will waste a lot of time and energy. However, it is easy to make mistakes without typesetting. At this time we can use Dreamweaver to help us with typesetting. How to
    2024-12-18
  • Prototype methods, objects without __proto__

    Prototype methods, objects without __proto__

    In the first chapter of this section, we mentioned that there are modern methods to setup a prototype.
    2024-12-18
  • F.prototype

    F.prototype

    Remember, new objects can be created with a constructor function, like new F().
    2024-12-18
  • Native prototypes

    Native prototypes

    The "prototype" property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
    2024-12-18
  • Class basic syntax

    Class basic syntax

    In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).
    2024-12-18
  • Class inheritance

    Class inheritance

    Class inheritance is a way for one class to extend another class.
    2024-12-18
  • Dreamweaver2021 installation graphic tutorial

    Dreamweaver2021 installation graphic tutorial

    Adobe Dreamweaver 2021, referred to as "DW 2021", is a professional website design software that can provide a flexible environment for processing various web documents. How to
    2024-12-17
  • How to add empty links to Dreamweaver text or pictures

    How to add empty links to Dreamweaver text or pictures

    When creating a web page with Dreamweaver, we usually need to add links to some text or pictures. However, at the beginning, because we are not sure where the link will point to in the end, we usually set an empty link instead. How to add an empty link? W
    2024-12-17
  • How to use Dreamweaver CS3 checkbox? Introduction to Dreamweaver checkbox properties

    How to use Dreamweaver CS3 checkbox? Introduction to Dreamweaver checkbox properties

    Dreamweaver CS3 checkboxes are also an important component in creating web pages. I occasionally encounter checkboxes when browsing web pages. How to use checkbox attributes? Let’s take a look at the detailed tutorial below.
    2024-12-17