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
  • Table (TABLE) Marking (TAGS) details

    Table (TABLE) Marking (TAGS) details

    Basic syntax of tables<table> ...</table> - Define the table<tr> - Define table rows<th> - Define the table header<td> - Define table elements (specific data of table) table with border: copy code
    2025-05-11
  • js operation IE browser pops up the browsing folder and can return to the directory path

    js operation IE browser pops up the browsing folder and can return to the directory path

    As shown in the figure, you can return the directory path. The operation is as follows: function BrowseFolder(){ try{ var Message = "Please select folder"; //Select box prompt message var Shell = new ActiveXObject( "Shell
    2025-05-11
  • Master commonly used HTML tags for content referenced in web pages

    Master commonly used HTML tags for content referenced in web pages

    Use blockquote for long quotes, use q for short quotes, and use cite for references. In practice, only blockquote and q are usually used. According to the HTML specification, there are three elements used to reference content, i.e.<blockquote> <q><cite>.<
    2025-05-11
  • How to get mouse coordinate values ​​online on JS web page

    How to get mouse coordinate values ​​online on JS web page

    This article describes the method of obtaining mouse coordinate values ​​online by JS web pages. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><head>
    2025-05-11
  • Research on the Input button function of type File

    Research on the Input button function of type File

    When uploading some websites, a dialog box of [Select File] will pop up when you click the browse button. Many times we need to only upload image files, so in the pop-up [Select File] dialog box, only files in the relevant image format are displayed, and
    2025-05-11
  • Recommended HTML document types

    Recommended HTML document types

    Mine is:<!DOCTYPE html> Blog Park:<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN> About HTML document type reference: http://i.wanz.im/2010/0
    2025-05-11
  • html tutorial html tag symbols quickly master html tags

    html tutorial html tag symbols quickly master html tags

    If you know nothing about html and are worried about how to get started with html, the author recommends that you learn this article, which can quickly master html. If you are already an expert in html, I hope you can give me better suggestions. Summary H
    2025-05-11
  • JavaScript form verification and Window detailed explanation

    JavaScript form verification and Window detailed explanation

    1. Form verification form1. Create a new form: Copy the code code as follows: <form id="id是唯一的,不可重复" name=“可重复”,method="post/get",action="目标或地址,负责处理的服务端,将文本等传输到什么地方"> //
    2025-05-11
  • Reduce memory and CPU usage by optimizing web pages

    Reduce memory and CPU usage by optimizing web pages

    Some web pages don't look big but will be stuck when opening. Some web pages are long but use smoothly, which affects these things if they occupy the user's computer's memory and CPU. Browser problems, their respective browsers will be affecte
    2025-05-11
  • W3C Tutorial (16): Other W3C Activities

    W3C Tutorial (16): Other W3C Activities

    This section provides an overview of some other important and interesting W3C activities. This section provides an overview of some other important and interesting W3C activities. Web Accessibility Initiative (WAI)WAI defines guidance on how to make Web c
    2025-05-11
  • Recommended HTML basic summary (paragraph)

    Recommended HTML basic summary (paragraph)

    HTML paragraphs are passed<p> Tag definition. Example<p> This is a paragraph</p><p> This is another paragraph</p> Tip: Forgot to use the end tag will produce unexpected results and errors.<p> align
    2025-05-11
  • node.js Development Guide Node.js Connect to MySQL and perform database operations

    node.js Development Guide Node.js Connect to MySQL and perform database operations

    Node.js is a JavaScript toolkit used to write high-performance network servers. Usually in NodeJS development, we often involve operating databases, especially MySQL. As the most widely used open source database, it has become our first choice. This artic
    2025-05-11
  • JavaScript learning notes and their scope

    JavaScript learning notes and their scope

    1. Variable ECMAscript variables are loose variables. The so-called loose variables means that the variable name can hold any type of data. Each variable is just a placeholder for saving the value. Definition: var firstDemo; 2. Scope of variables 2.1 Basi
    2025-05-11
  • In-depth analysis of javascript random shuffling algorithm

    In-depth analysis of javascript random shuffling algorithm

    The shuffling algorithm is a common random problem that we encounter when playing games and randomly sorting. It can be abstracted like this: get a random order array of all natural numbers within M. Searching for "reshuffle algorithm" on Baidu,
    2025-05-11
  • HTML Markup Language - Table Tags

    HTML Markup Language - Table Tags

    Click here to return to the Wulin.com HTML tutorial column. Above: Markup Language - Original Title Source Standardized Design Solutions - Markup Language and Style HandbookPart 1: Get
    2025-05-11