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 tag: sub tag and sup tag

    html tag: sub tag and sup tag

    Today I will meet two html tags that I don’t use very often: sub tags and sup tags. Related articles: HTML tags: optgroup, sub, sup and bdo Today, let’s get to know two html tags that I don’t use very often: sub tags and sup tags. Definition and usage:
    2025-05-23
  • AngularJS Introductory Tutorial: Building a Learning Environment

    AngularJS Introductory Tutorial: Building a Learning Environment

    A good way to learn AngularJS is to go through this tutorial step by step, which will walk you through building a complete AngularJS web application. The web app is a directory listing of Android devices, you can filter the list to view the device you are
    2025-05-23
  • How to achieve text amplification effect by JS

    How to achieve text amplification effect by JS

    This article describes the method of JS to achieve text amplification effect. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:
    2025-05-23
  • Three ways of html+css layout (natural layout/flow layout/positioning layout)

    Three ways of html+css layout (natural layout/flow layout/positioning layout)

    1. The layout without any modification is automatically left. 2. The flow layout mentioned above in the float:left situation. 3. The relative positioning and absolute positioning of the positioning layout are relative to the parent div tag. Relatively ---
    2025-05-23
  • JS check password strength (low, medium and high) attached picture

    JS check password strength (low, medium and high) attached picture

    I have been working on a pass project recently. Entering a password in the registration module inside requires the password strength (low, medium and high). Today I will share with you the results of the work. The code is not as complicated as searching o
    2025-05-23
  • Learn how to reduce the number of reflows

    Learn how to reduce the number of reflows

    Original text: minimizing browser reflow Author: lindsey simon Translation: ytzong The process of recalculating the page element position and geometry (geometries) in order to re-render part or the entire page is called reflow. Depend on
    2025-05-23
  • HTML <!DOCTYPE> tags

    HTML <!DOCTYPE> tags

    <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> In the above statement, the document is declared
    2025-05-23
  • DOCTYPE type detailed introduction

    DOCTYPE type detailed introduction

    We declare DOCTYPE in HTML generally has the following types:
    2025-05-23
  • Detachment of style and behavior when implementing lightBox reduces JS

    Detachment of style and behavior when implementing lightBox reduces JS

    [Browsers participating in the test: ie6/ie7/ie8/ff3.5/op9.6/sf4/chrome2][OS: windows] This tutorial aims to achieve the separation of style and behavior when lightbox, and reduce the js in all aspects (full screen occlusion, ie6 occlusion se
    2025-05-23
  • html H title tag usage

    html H title tag usage

    The usage of H tag, especially the usage of h1, has always been a controversial issue and is also a question worthy of our study. Based on the experience of my predecessors, I wrote this article based on my understanding of H tags, hoping it will be helpf
    2025-05-23
  • Introduction to wrapping objects in JavaScript

    Introduction to wrapping objects in JavaScript

    A javascript object is a compound value, which is a collection of attributes or named values. It references attribute values ​​through the symbol "." When the attribute value is a function, we call it a method. We see that strings also have prop
    2025-05-23
  • New usage of Form forms in HTML5

    New usage of Form forms in HTML5

    Article introduction of Wulin.com (www.vevb.com): HTML5 daily practice of the new attributes of Form. Many new tags and functional attributes have been added to HTML5. Today we will look at the new usage method of a Form form in HTML5. So this new feature
    2025-05-23
  • Add website pictures in IE address bar

    Add website pictures in IE address bar

    Sometimes when you open a page, you will find that there is an image in front of the URL. It is done as follows:<head> Partially plus<linkrel=shortcuticonhref=xxx.icotype=image/x-icon/> For example: Wulin.com's statement:
    2025-05-23
  • Example analysis of cookie object usage example in javascript

    Example analysis of cookie object usage example in javascript

    This article describes the usage of cookie objects in JavaScript. Share it for your reference. The specific details are as follows: attribute name The unique attribute that must be set, indicating the name of the cookie expires Specify the survival cycle
    2025-05-23
  • JavaScript method to determine whether the user has modified the form

    JavaScript method to determine whether the user has modified the form

    This article describes the method of JavaScript to determine whether a user has modified the form. Share it for your reference. The specific analysis is as follows: This JS code can determine whether the user has modified the form content. If the form is
    2025-05-23