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
  • CSS3 animation techniques you need to know

    CSS3 animation techniques you need to know

    As the web evolves and browsers become more capable of rendering more advanced code, we are on track to achieve our goal of spanning all platforms and browsers. Not only can we spend less time making sure our box model looks normal in IE6, but it also cre
    2025-01-15
  • Tips for realizing automatic line wrapping when making CSS web pages
  • The correct way to write copyright information in web page production

    The correct way to write copyright information in web page production

    Copyright protection is provided as soon as the work (whether it is text or picture) comes out, and it is not necessary to declare it. However, as a general rule, this small line of text still serves to strengthen awareness and remind viewers that the con
    2025-01-15
  • CSS3 animation technology you need to know (2)

    CSS3 animation technology you need to know (2)

    The name "translate" is a bit misleading. It is actually a method of positioning elements using X and Y coordinate values.
    2025-01-15
  • div implements CSS for automatic line wrapping of long English letters

    div implements CSS for automatic line wrapping of long English letters

    Automatic line wrapping problem, line wrapping of normal characters is more reasonable, but continuous numbers and English characters often expand the container, which is quite a headache. The following is how to implement line wrapping in CSS.
    2025-01-15
  • Developer console

    Developer console

    Code is prone to errors. You will quite likely make errors… Oh, what am I talking about? You are absolutely going to make errors, at least if you’re a human, not a robot.
    2025-01-15
  • IE cannot automatically select UTF-8 encoding solution

    IE cannot automatically select UTF-8 encoding solution

    When using IE as browser on Windows operating system. This problem often occurs: when browsing a webpage using UTF-8 encoding, the browser cannot automatically detect (that is, when the "automatic selection" encoding format is not set) the encod
    2025-01-15
  • CSS3 animation technology you need to know (3)

    CSS3 animation technology you need to know (3)

    A basic transition involving CSS properties is to define and move an element from its rest state (for example, a dark blue background) to its hover or active state (for example, a light blue background).
    2025-01-15
  • Tips for realizing automatic line wrapping with CSS

    Tips for realizing automatic line wrapping with CSS

    Everyone knows that continuous English or numbers can make the container expand and cannot automatically wrap according to the size of the container. Here is how to wrap them using CSS!
    2025-01-15
  • Eight Web Developer Toolbar Tips

    Eight Web Developer Toolbar Tips

    Because the Web Developer Toolbar is too powerful, many useful functions may be accidentally ignored by users during use.
    2025-01-15
  • Implement white-space:pre-wrap under IE6 and 7;

    Implement white-space:pre-wrap under IE6 and 7;

    By default, whitespace characters in HTML source code are displayed as spaces, and multiple consecutive whitespace characters will be treated as one, or in other words, multiple consecutive whitespace characters will be merged.
    2025-01-15
  • CSS controls text wrapping

    CSS controls text wrapping

    1. Set the width of the table, that is, give the table a width value (a numerical value, not a percentage) 2. Force no line breaks
    2025-01-15
  • What comes after HTML 5? HTML

    What comes after HTML 5? HTML

    The future of the Web is accelerating, and HTML5 has completed the formulation of details and is ready to go. Although its implementation still takes time, some forward-looking browsers have begun to support some features of HTML5. HTML5 is the biggest im
    2025-01-14
  • Conquer Advanced CSS Selectors

    Conquer Advanced CSS Selectors

    CSS is one of the most powerful tools available to web designers. Using it we can change the interface of a website in a few minutes without changing the page tags. But despite the fact that each of us realizes that it is useful, CSS selectors are far fro
    2025-01-14
  • Hello, world!

    Hello, world!

    This part of the tutorial is about core JavaScript, the language itself.
    2025-01-14