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 How to use SQL statements for Web Database

    HTML5 How to use SQL statements for Web Database

    Comment: This article will introduce in detail how to use SQL statements for HTML5 Web Database database. Friends who need to know can refer to the //openDatabase method to open an existing database. If it does not exist, a database will be created. The p
    2025-04-21
  • Web page production skills tutorial: iframe adaptive height

    Web page production skills tutorial: iframe adaptive height

    Article introduction of Wulin.com (www.vevb.com): Someone may not have encountered this problem yet. Let’s first explain what is adaptive height. The so-called iframe adaptive height means that based on the beauty of the interface and interaction, it hide
    2025-04-21
  • Bootstrap Learning and Sharing

    Bootstrap Learning and Sharing

    Comment: Bootstrap is a simple and flexible popular front-end framework based on HTML, CSS, JAVASCRIPT by Twitter engineers Bootstrap is a simple and flexible popular front-end framework based on HTML, CSS, JAVASCRIPT by Twitter engineers.
    2025-04-21
  • Web page production tips: xHTML, CSS and JS code

    Web page production tips: xHTML, CSS and JS code

    Wulin.com (www.vevb.com) Article introduction: Web page production skills: xHTML, css and JS. Details 1……………………………………………………………1. When the text and the picture are on the same line, the text needs to be aligned with the bottom of the picture, and it needs
    2025-04-21
  • Detailed explanation of basic types of javascript

    Detailed explanation of basic types of javascript

    There are 5 original values ​​in js, 6 types of judging, and 9 native built-in constructors. This 569 forms the basis of the js language. The 5 original values ​​are: numbers, characters, booleans, null, undefined typeof can be judged: numbers, characters
    2025-04-21
  • X/HTML5 and XHTML2

    X/HTML5 and XHTML2

    Comment: After understanding the progress of XHTML 2, let’s take a look at the progress of X/HTML 5. X/HTML 5 Cool Where is the idea of ​​chapter elements X/HTML 5 introduces new elements to divide web pages into several chapters. These components help se
    2025-04-21
  • An example of the difference between HTML5 tags and HTML4 tags

    An example of the difference between HTML5 tags and HTML4 tags

    Comment: HTML5 focuses on content and structure, but not focused on performance; HTML5 has simplified more statements and tags. Here is a simple example of HTML5. You can refer to the following (1) Changes in concept: HTML5 focuses on content and structur
    2025-04-21
  • Use JS+plupload to upload pictures in batches to Youpaiyun

    Use JS+plupload to upload pictures in batches to Youpaiyun

    Forums or post bars often need to share a lot of pictures. The poor way to upload pictures is to upload them to the central server, and then forward them to the static image server. This article introduces how to use plupload to optimize the upload proces
    2025-04-21
  • Batch modify the tag css style to take the input tag as an example

    Batch modify the tag css style to take the input tag as an example

    $("input[style]").each(function(){ $(this).css("border-width","1"); $(this).css("background-color","#A9A9A
    2025-04-21
  • HTML page hyperlink tag

    HTML page hyperlink tag

    HTML web page hyperlink tag learning tutorial link tag attribute link is one of the most important elements in web pages and is the soul of a website. A website is composed of multiple pages, and the pages rely on links to determine the mutual navigation
    2025-04-21
  • Use script's src to achieve cross-domain and similar ajax effects

    Use script's src to achieve cross-domain and similar ajax effects

    In the scenario, if there are two servers with different domain names, a.com and b.com, in the interface b.com/b_return_js.php, some data can be obtained. Of course, if it is on the b.com page, you can use ajax to directly request this interface, but if i
    2025-04-21
  • HTML5 beginner tutorial: a more clear and concise structure

    HTML5 beginner tutorial: a more clear and concise structure

    Article introduction of Wulin.com (www.vevb.com): HTML5 makes computer interaction, and human-network interaction becomes more comfortable and fits users. The previous lack of support for rich media applications and this storage is no longer a pain for br
    2025-04-21
  • Canvas Learning Notes 2 in html5 - determine whether the browser supports canvas

    Canvas Learning Notes 2 in html5 - determine whether the browser supports canvas

    Comment: To determine whether the browser supports canvas, I have collected and sorted out some usage methods. Interested friends can understand whether the browser supports canvas. The specific code is as follows:<!DOCTYPE html><head><meta charset=utf-8
    2025-04-21
  • What is AngularJS? AngularJS Introduction

    What is AngularJS? AngularJS Introduction

    What is AngularJSAngularJS is a structural framework designed for dynamic WEB applications. It allows you to use HTML as a template language, and by extending HTML syntax, you can build your application components more clearly and concisely. Its innovatio
    2025-04-21
  • Javascript Learning Notes Functions (V): &#65279;Constructor Functions

    Javascript Learning Notes Functions (V): &#65279;Constructor Functions

    The constructors in Javascript are also different from other languages. Any function called through the keyword new can be regarded as a constructor. Inside the constructor body, this points to the newly created object. If there is no return expression di
    2025-04-21