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 reuse skills

    HTML reuse skills

    HTML reuse is a rarely mentioned word. Today, the summary of this issue is as follows: In old versions of browsers, HTML documents do not support nesting, and we need to be able to reuse HTML code. The usual practices are mainly based on server-side and c
    2025-05-27
  • HTML table markup tutorial (18): Table header<TH>

    HTML table markup tutorial (18): Table header<TH>

    The header refers to the first row of the table, where the text can be centered and bolded, which is done by<th> Marking implementation. Basic Syntax 01<table> 02<tr> 03<th> …</th> 04…05</tr> 06<tr> 07<td> …</td> 08 …09</tr> 10
    2025-05-27
  • Solution to xhtml css web page production problem

    Solution to xhtml css web page production problem

    The solution to the problem during the production of xhtml css page should be a bit too much. At best, it is just some small suggestions for friends who have just started to learn standard page production. If you are wrong, please forgive me. Of course, y
    2025-05-27
  • Simple principles of web layout design

    Simple principles of web layout design

    This article has compiled some simple principles of web layout design, hoping to be useful to web designers. This article has compiled some simple principles of web layout design, hoping to be useful to web designers. Repeat: Repeat certain page design st
    2025-05-27
  • How to run a WebGL program on a browser that supports HTML5

    How to run a WebGL program on a browser that supports HTML5

    Prerequisites and expected results Currently, only a few browsers support WebGL. Please see another article in my article: Can I use WebGL?. The following example is tested in Chrome 16/23 under Windows and Firefox 17 under Android. like
    2025-05-27
  • Is it necessary to assign alt attribute to img image tags

    Is it necessary to assign alt attribute to img image tags

    Do you assign alt attributes to img image tags? It's easy for people to ignore the alt attributes of image img tags. However, its importance cannot be reflected, it is beneficial to accessibility and validationreasons of web pages. We didn't pay a
    2025-05-27
  • Analysis of two ways to access object properties in javascript

    Analysis of two ways to access object properties in javascript

    This article analyzes two ways of accessing object properties in JavaScript. Share it for your reference. The details are as follows: javascript object-oriented access to object properties. The following code is shown in: Copy the code as follows:
    2025-05-27
  • Code for text alignment of form checkbox and radio

    Code for text alignment of form checkbox and radio

    Like type=radio and type=checkbox alignment problem, test browser: ie7+/firefox8.0 Principle: Set the first font in font-family Verdana font test code as follows: Copy code
    2025-05-27
  • Example of usage of split and replace in js

    Example of usage of split and replace in js

    This article describes the usage of split and replace in js. Share it for your reference. The specific analysis is as follows: 1. split: The copy code code is as follows:<html><head><title> Registration list for continuing education for practitioners--Pri
    2025-05-27
  • JavaScript fontsize method beginner example (display strings according to specified size)

    JavaScript fontsize method beginner example (display strings according to specified size)

    JavaScript fontsize method The fontsize method returns a string that defines the font size using the size attribute in the HTML font tag. The syntax is as follows: the copy code is as follows: str_object.fontsize( size ) parameter description:
    2025-05-27
  • JavaScript Error Handling

    JavaScript Error Handling

    one. Error classification 1. Syntax errors are also called parsing errors. They occur when compiling in traditional programming languages. In JavaScript, when interpreted, these errors are directly caused by unexpected characters in the code, and then the
    2025-05-27
  • The event click in iScroll triggers two solutions

    The event click in iScroll triggers two solutions

    I have read many articles about this issue before. For example, use a variable to record the execution interval. I feel like I have to go and masturbate every time, which is quite tiring. I like to choose tools before moving bricks. In fact, the solution
    2025-05-27
  • An overview of JavaScript learning experience

    An overview of JavaScript learning experience

    1. JavaScript is a scripting language designed specifically for interaction with web pages. Its composition is ECMAScript (core) DOM (document object model) BOM (browser object model) 1.1 ECMAScript defined by ECMAScript ECMA-262 has no dependency on the
    2025-05-26
  • Analysis of event capture model and bubble model instance in js

    Analysis of event capture model and bubble model instance in js

    This article describes the event capture model and bubble model in js. Share it for your reference. The specific implementation method is as follows: Example 1: Copy the code as follows: <html><head><script type="text/javascript">window.onload = funct
    2025-05-26
  • HTML is actually the application of learning several important tags

    HTML is actually the application of learning several important tags

    After the article "This Will Be a Revolution" was released. It has been recognized by everyone in the industry, and of course, it has also been provoked by some internal and external challenges, but more people are asking for details of each poi
    2025-05-26