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
  • Dance your text with clever use of marquee attribute in html

    Dance your text with clever use of marquee attribute in html

    grammar:<marquee> …</marquee> Using the mobile attribute marquee, you can not only dance your text, but also apply it to pictures, tables, and more.<marquee direction=left> Welcome to Kexun Youth Learning Channel!</marquee> dir
    2025-05-03
  • Express middleware cookieParser details

    Express middleware cookieParser details

    The cookieParser middleware is used to obtain the content of the cookie sent by the web browser. After using the cookieParser middleware, the htto.IncomingMessage object requested on behalf of the client has a cookies attribute, which is an array of objec
    2025-05-03
  • Instructions for using fs.lchownSync method in node.js

    Instructions for using fs.lchownSync method in node.js

    Method description: Synchronous version of lchown(). Syntax: The code copy is as follows: fs.lchownSync(path, uid, gid) Since this method belongs to the fs module, it is necessary to introduce the fs module (var fs= require("fs")) before use to
    2025-05-03
  • JavaScript method to delete an html element node

    JavaScript method to delete an html element node

    This article describes the method of deleting a specified html element using native javascript. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<!DOCTYPE html><html><head><meta charset=" utf-8">
    2025-05-03
  • Detailed explanation of HTML web header code example

    Detailed explanation of HTML web header code example

    Knowledge point 1: The essence of setting the base URL of the web page in the header information is to set the attributes of the hyperlinks uniformly. The base URL tag is</base> , it has two properties, href and _target. href is used to set the path of th
    2025-05-03
  • HTML5 draws gradient background image and automatically downloads implementation steps

    HTML5 draws gradient background image and automatically downloads implementation steps

    Comment: HTML5 can draw gradient background pictures and download them automatically. The following is a detailed step for everyone. Friends who like it should not miss it drawBgLine.html<!DOCTYPE html><head><meta charset="UTF-8"/><title> h
    2025-05-03
  • Frameset(partition frame window) common attribute sorting

    Frameset(partition frame window) common attribute sorting

    The frame is that the web page is divided into several frames and windows (different windows correspond to different pages in the form of several web pages), and the addresses of multiple srcs are obtained at the same time. All frame marks on the page nee
    2025-05-03
  • Newbie's Guide: Actual Operation of HTML Web Design Web Typesetting

    Newbie's Guide: Actual Operation of HTML Web Design Web Typesetting

    Wulin.com (www.vevb.com) Article introduction: Newbie's Guide: Actual operation of HTML web design and web layout. The advantage of web layout over flat lies in its data flexibility. There are usually three situations in actual operation: layout adapt
    2025-05-03
  • Analysis of the difference between Iframe and FRAME

    Analysis of the difference between Iframe and FRAME

    1. Use of Iframe tags When it comes to Iframe, you may have thrown it into a forgotten corner, but it is not unfamiliar with its brother Frame. Frame tags are frame tags. What we call a multi-frame structure is to display multiple HTML files in a browser
    2025-05-03
  • Instructions for using path.sep method in node.js

    Instructions for using path.sep method in node.js

    Method description: Convert a string of a specific literal separator '//' or '/' into an array object. Syntax: Copy the code as follows: path.sep Since this method belongs to the path module, you need to introduce the path module (var path
    2025-05-03
  • JS implementation page automatically jumps to login page after timeout

    JS implementation page automatically jumps to login page after timeout

    JS code: Copy the code as follows:<script language="javascript"> var myTime = setTimeout("Timeout()", 60000); function resetTime() { clearTi
    2025-05-03
  • Some thoughts on javascript module loading technology

    Some thoughts on javascript module loading technology

    Not long ago, a netizen asked me about using requireJs and seajs on the front-end. I asked him if your company had any javascript libraries or javascript frameworks written by itself before. His answer was nothing. He just heard that requirejs and seajs a
    2025-05-03
  • The refresh method of iframe is more convenient

    The refresh method of iframe is more convenient

    Iframe refresh method 1. The refresh method can use javascript's document.fr.location.reload() 2. Also, modify document.fr.location.href can also implement refresh functions, such as: Copy
    2025-05-03
  • The amazing node.js reading notes in node.js

    The amazing node.js reading notes in node.js

    Environmental changes have brought about a great technological leap forward, with opportunities and challenges coming at the same time. Because I didn't learn JS, I had to drive the duck to put it on the shelves and learn it together. (><)1. Read the
    2025-05-03
  • Tips for debugging JavaScript with Google Chrome

    Tips for debugging JavaScript with Google Chrome

    Google Chrome is not only used to surf the Internet, but for developers, it is more like a powerful development aid tool. If you want to do a good job, you must first sharpen your tools. Next, I will share with you some ways to use Chrome. If readers know
    2025-05-03