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 table markup tutorial (18): Table header

    HTML table markup tutorial (18): Table header

    The header refers to the first row of the table, where the text can be centered and bolded, which is done by<TH> Marking implementation. Basic Syntax 01<TABLE> 02<TR> 03<TH> …</TH> 04
    2025-06-02
  • HTML tutorial: html horizontal line segment&amp;lt;HR /&amp;gt;

    HTML tutorial: html horizontal line segment&amp;lt;HR /&amp;gt;

    This tab can display a horizontal line on the screen to split different parts of the page.<hr> There are three attributes: size The width of the horizontal line width The length of the horizontal line, which uses the percentage of the screen width or pixe
    2025-06-02
  • You can also select the radio box by clicking on the text through the label tag

    You can also select the radio box by clicking on the text through the label tag

    <label>The tag defines the label (mark) for the input element. The label element does not present any special effects to the user. However, it improves usability for mouse users. This control is triggered if you click on text within the label element. Tha
    2025-06-02
  • How to set up the web page you are viewing does not allow Baidu to save its snapshots?

    How to set up the web page you are viewing does not allow Baidu to save its snapshots?

    Today, when searching for a page on Baidu, because the page has been deleted, I naturally used Baidu snapshots to open Baidu snapshots, but it showed: Sorry, the web page you are viewing does not allow Baidu to save its snapshots, so I thought of writing
    2025-06-02
  • How to make your Lightbox support scroll wheel zoom and Base64 pictures

    How to make your Lightbox support scroll wheel zoom and Base64 pictures

    When making article-type web pages, you often encounter the need to click to see large pictures. LightBox2 is a relatively excellent Jquery plug-in among many products. I won’t go into details about the configuration. Today I mainly want to share: How to
    2025-06-02
  • Detailed explanation of Javascript parsing URL method

    Detailed explanation of Javascript parsing URL method

    URL: Uniform Resource Locator (URL) The complete URL consists of these parts: scheme://host:port/pathquery#fragmentscheme = Communication protocol (commonly used http,
    2025-06-02
  • Analysis of the constructor inheritance usage that can be used by js encapsulation

    Analysis of the constructor inheritance usage that can be used by js encapsulation

    This article describes the constructor inheritance usage that can be used by js encapsulation. Share it for your reference. The details are as follows: First look at the method used in the following code (YUI) library: Copy the code as follows: function e
    2025-06-02
  • How to use shtml include

    How to use shtml include

    Apply it to make some public areas of the website into independent pages, and then use this technology to embed them into other pages that require content in this area. Mechanism: The SSI mechanism is dynamically included, not statically generated. It is
    2025-06-02
  • How to switch the js picture to display special effects

    How to switch the js picture to display special effects

    This article describes the method of displaying special effects by blurring js image. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><title> A picture blurred switching display effect</ti
    2025-06-02
  • IISnode installation configuration notes for running Node.js

    IISnode installation configuration notes for running Node.js

    At the beginning of this year, I planned to rewrite my blog program based on the Express framework using Node.js, and say goodbye to ASP.NET from now on. However, the VPS I currently use is Windows Server system and IIS server. If Express and IIS both lis
    2025-06-02
  • HTML web header code is clear

    HTML web 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-06-02
  • How to use zen coding in dreamweaver

    How to use zen coding in dreamweaver

    After I published my previous article "Zen Coding: A Way to Quickly Write HTML/CSS Code", some netizens said that they didn't know how to use the zen coding plugin on Dreamweaver. OK, today I will write a detailed tutorial on how to use zen
    2025-06-02
  • Summary of console usage in node.js

    Summary of console usage in node.js

    Copy the code as follows: // Create app.js page// 1: Page code console.log("log information"); // Execute (node ​​app.js) in the page. This file will see the log information in the console: "log information"// Execute in another way: n
    2025-06-02
  • angularJS submit form (form)

    angularJS submit form (form)

    The code is very simple, so I don’t talk much nonsense. I just present the code: Copy the code as follows:<!doctype html><html><head><meta charset="utf-8"><title> Untitled Document</title></head>
    2025-06-02
  • HTML Table Tag Tutorial (19): Row Tag &amp;lt;TR&amp;gt; attribute

    HTML Table Tag Tutorial (19): Row Tag &amp;lt;TR&amp;gt; attribute

    <tr>The marked attribute is used to set the attributes of each row in the table, as shown in the following table:<tr> Mark attribute attribute description align
    2025-06-02