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
  • Some suggestions for using HTML title attribute correctly

    Some suggestions for using HTML title attribute correctly

    If you want to hide something from users using phones, tablets, and assistive technologies, and only show it to keyboard users, then use the title attribute. Details There is a problem with the title attribute of the HTML itself. The problem is because it
    2025-05-07
  • js obtain UserControl content to provide convenience when spelling html

    js obtain UserControl content to provide convenience when spelling html

    I read Lao Zhao’s article today but I couldn’t debug it anyway. Copy the code as follows: [AjaxPro.AjaxMethod]public string gethtml(){UcViewHelper<UserControl> viewManager = new UcV
    2025-05-07
  • Implementation example of horizontal arrangement of li in tags in HTML

    Implementation example of horizontal arrangement of li in tags in HTML

    Most navigation bars are arranged horizontally as shown in the figure below, so how is this achieved? In fact, it mainly uses<ul> The horizontal arrangement of li in the label, let’s use an example to explain in detail how it is implemented. 1. Write a ho
    2025-05-07
  • Web page custom selection box Select

    Web page custom selection box Select

    Everyone may be familiar with the select drop-down list form, but the default drop-down list form often makes some websites feel ugly, and it is difficult to adjust the style of the select with CSS. Therefore, many websites make select drop-down forms tha
    2025-05-07
  • Special effects of the ignored META tag (page transition effect)

    Special effects of the ignored META tag (page transition effect)

    Using js in web design can achieve many page special effects, but many people ignore the powerful effects of META tags in HTML tags. In fact, meta tags can also achieve many beautiful page transition effects. The META tag is an auxiliary tag in the HTML l
    2025-05-07
  • Instructions for using fs.open method in node.js

    Instructions for using fs.open method in node.js

    Method description: Open the file asynchronously. In POSIX systems, path is considered to exist by default (even if the files under that path do not exist) flag identifiers may or may not be running under a network file system. Syntax: Copy the code as fo
    2025-05-07
  • How to get website icon

    How to get website icon

    The easiest way to obtain the website icon is to obtain it through website/favicon.ico. However, since many websites set up favicon on the page, this method is not available in many situations. A better way is to implement it through the services provided
    2025-05-07
  • Introduction to 3 ways to traverse an object property in JavaScript

    Introduction to 3 ways to traverse an object property in JavaScript

    In JavaScript, there are three ways to traverse the object's property: 1.for/in. You can use the for/in statement to traverse the object's own property (Own Property) and its property inherited from the prototype object, only the enumerable pr
    2025-05-07
  • Traversal for in and usage with in in javascript

    Traversal for in and usage with in in javascript

    for in loop to execute attributes with statements in an object: (Object operation statement) Function: Create a default object format for a program: Copy code code is as follows: with(<Object>){<Sentence Group>} Specific example: Copy code cod
    2025-05-07
  • Background image cache under ie6

    Background image cache under ie6

    Bugs with flashing background images in CSS under IE6 (background image caching problem under ie6) The background images under IE6 will resend the request every time they are used (non-local). Even when a hover effect, the same background image is only in
    2025-05-07
  • Keywords and reserved words summary of basic Javascript tutorials

    Keywords and reserved words summary of basic Javascript tutorials

    The code cannot be copied as variable name or function name as follows: breakcasecatchcontinuedefaultdeletedoelsefinallyforfunctionifnewreturnswitchthisthr
    2025-05-07
  • Use js to call js functions in iframe pages

    Use js to call js functions in iframe pages

    Recently, I have been doing papers and I have a problem every day. When I design the web again, I suddenly encountered a problem. When I used to design WEB pages, I always ran in IE. I never considered firefox, let alone chrome. But now it is different. A
    2025-05-07
  • Baidu Input Method Open API claims to be portable and used at will

    Baidu Input Method Open API claims to be portable and used at will

    The relevant person in charge of Baidu Input Method said that the biggest advantage of Baidu Input Method opens API is its convenience of operation, without the restrictions on the platform or the barriers of technology. It is understood that Baidu's
    2025-05-07
  • Detailed explanation of the usage of window.showModalDialog() in JavaScript

    Detailed explanation of the usage of window.showModalDialog() in JavaScript

    Today I used pop-up child windows in the project, and I thought of two methods to implement with JavaScript. One is window.open(); the other is window.showModalDialog() method. The latter is a pop-up window with a parent-child relationship. Only when the
    2025-05-07
  • Display or visibility to display and hide HTML elements

    Display or visibility to display and hide HTML elements

    Sometimes we need to control whether the HTML elements in the web page are displayed or hidden according to certain conditions, which can be achieved through display or visibility. Use the following example to understand the difference between display and
    2025-05-07