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 do you use CSS to create unselectable text in HTML5

    How do you use CSS to create unselectable text in HTML5

    This article mainly introduces how you use CSS to create unselectable text in HTML5. It uses several rare css attributes, user-select. The following examples can be found in HTML5. You can take a look at the example below to show how you use CSS to create
    2025-08-29
  • AngularJs custom style insertion into ueditor

    AngularJs custom style insertion into ueditor

    I'll summarize the problems I encountered in the process of customizing the style for the editor, mainly the editor's secondary development interface and the customizing the style with angular. There are many problems. Finally, with the help of **
    2025-08-29
  • Native JS implements carousel picture carousel plug-in

    Native JS implements carousel picture carousel plug-in

    I have written three picture carousels myself. One is implemented in simple native JS and has no animation effects. The other is implemented in combination with JQuery and is switched in and out. Now I want to make a cooler one on my blog or personal webs
    2025-08-29
  • JavaScript classic special effects sharing accordion, carousel, picture sliding

    JavaScript classic special effects sharing accordion, carousel, picture sliding

    I haven't updated recently, so I'll just add a few effects to enrich it. None of them beautify this step. Pure css accordion:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title> accordion css</title>
    2025-08-29
  • js dynamically adds table data using insertRow and insertCell implementation

    js dynamically adds table data using insertRow and insertCell implementation

    Reproduction diagram: Code: js dynamically add table data_2.html Copy the code code as follows:<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>
    2025-08-29
  • Vue.js must learn every day transitions and animations

    Vue.js must learn every day transitions and animations

    Vue.js' transition system allows you to automatically apply transition effects when elements are inserted or removed from the DOM. Vue.js will trigger CSS transitions or animations for you at the right time, and you can also provide the corresponding
    2025-08-29
  • Implementation method of passing parameters to swf by JS

    Implementation method of passing parameters to swf by JS

    As shown below: Not only can you use flashvars ="name=12&age=23" but you can also pass parameters when specifying the swf address src="test.swfname=12&age=23". The above method of passing parameters to swf in JS is the entire c
    2025-08-29
  • Detailed explanation of Bootstrap's iCheck plugin checkbox and radio

    Detailed explanation of Bootstrap's iCheck plugin checkbox and radio

    iCheck features: 1. They have the same performance on different browsers (including ie6+) and devices - including desktop and mobile devices 2. Support touch devices - iOS, Android, BlackBerry, Windows Phone and other systems 4. Convenient customization -
    2025-08-29
  • Summary of common form verification methods for JS

    Summary of common form verification methods for JS

    The code copy is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
    2025-08-29
  • Solution to Ionic's solution to block the input box when developing WeChat for iOS system (keyboard pop-up problem)

    Solution to Ionic's solution to block the input box when developing WeChat for iOS system (keyboard pop-up problem)

    When using ionic to develop WeChat for IOS system, there will be a problem. When filling out the form, the keyboard will block the input box. In fact, it is not a big problem. As long as the user enters a word, he can see the input box immediately. Unfort
    2025-08-29
  • Use three.js to draw gradient lines

    Use three.js to draw gradient lines

    Three.js is a 3D engine running in the browser. You can use it to create various three-dimensional scenes, including cameras, light and shadow, materials and other objects. You can see many wonderful demonstrations on its homepage. However, this engine is
    2025-08-29
  • Detailed introduction to HTML header tags

    Detailed introduction to HTML header tags

    Based on a slight article, this article expands and summarizes the meaning of each tag and element in the commonly used head and the usage scenarios. There are many tags and elements in the head of HTML head, which involves the browser's rendering of
    2025-08-29
  • AngularJS bootstrap startup detailed explanation and example code

    AngularJS bootstrap startup detailed explanation and example code

    For ordinary users, AngularJS's ng-app is manually bound to a certain dom element. However, in some applications, this seems inconvenient. Binding initialization is used to initialize angular through binding, which will invade the js code into the htm
    2025-08-29
  • Detailed introduction and usage examples of HTML5 download attribute

    Detailed introduction and usage examples of HTML5 download attribute

    Comment: I have been paying close attention to the latest innovations in HTML5. Do you think I am wasting my time? HTML5 brings us a lot of "heavy" features, such as WebSockets, Web Workers, History, Storage and some tool classes like classList.
    2025-08-29
  • 5 powerful HTML5 API functions recommended

    5 powerful HTML5 API functions recommended

    HTML5 provides some very powerful JavaScript and HTML APIs to help developers build amazing desktop and mobile applications. This article will introduce 5 new APIs, which I hope will be helpful to your development work. 1. Fullscreen API (Fullscreen API)
    2025-08-28