Home>Web design tutorial> WEB standardization
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
WEB standardization
  • HTML5 Create a web post-it

    HTML5 Create a web post-it

    In this article I will look at 2 new features on HTML5: contenteditable and localStorage. After I read the HTML5 and W3C specification descriptions, I couldn't wait to write examples on this same program to demonstrate these new features.
    2025-02-06
  • Quickly solve the compatibility issues of CSS layout web browsers without HACK

    Quickly solve the compatibility issues of CSS layout web browsers without HACK

    Browser compatibility has always been a common problem in the CSS layout. As a result, beginners have entered a lot of misunderstandings. Then, through my experience, we summarize two methods to avoid most browser compatibility issues.
    2025-02-05
  • IFRAME framework page to implement adaptive high solution

    IFRAME framework page to implement adaptive high solution

    There are often parent pages that need to be embedded in another subpage through iframe, and adjust the height of iframe in the parent page in a timely manner based on the height of the child page. This requires the page to have adaptive functions. The ad
    2025-02-05
  • HTML5 mark

    HTML5 mark

    The mark of HTML5 can be omitted. Without affecting the layout of the page, it can save the size of the webpage. Reduce code.
    2025-02-05
  • HTML5 tag omission syntax rules

    HTML5 tag omission syntax rules

    HTML5 tags can be omitted, which can save the size of the web page without affecting the page layout. Reduce the amount of code.
    2025-01-24
  • Use frameworks to build rich Internet applications

    Use frameworks to build rich Internet applications

    JavaScript libraries, ICEfaces, Adobe's Flash, Microsoft Silverlight, and now HTML5, the global competition for network dominance has entered a new era - a rich Internet application (RIA for short, also called rich Internet application in Chinese) era
    2025-01-24
  • The best solution to the png transparency problem under IE6

    The best solution to the png transparency problem under IE6

    Originally it was just a png transparent picture, which is easy to solve under IE. I have also tried many methods, including js method, filter css method, etc., but I feel that overall it is not perfect, and if I use the Sprites method at the same time ,
    2025-01-24
  • Differences in CSS in Internet Explorer 6, 7 and 8(3)

    Differences in CSS in Internet Explorer 6, 7 and 8(3)

    A transparent border color allows a border to occupy the same space as the border color when it is visible (or opaque).
    2025-01-23
  • Differences in CSS in Internet Explorer 6, 7 and 8(4)

    Differences in CSS in Internet Explorer 6, 7 and 8(4)

    M. Example of page break inside box #box { page-break-inside: avoid; } Description This attribute sets whether paging occurs within a specified element.
    2025-01-23
  • Flash and HTML 5 WebGL particle system performance comparison

    Flash and HTML 5 WebGL particle system performance comparison

    Recently, Michael Chaize implemented the same particle system using technologies such as HTML 5 and Flash, and conducted an evaluation of its performance in different browsers, different operating systems, and different platforms (desktop and mobile devic
    2025-01-22
  • A brief history of HTML development

    A brief history of HTML development

    HTML is the unified language of the Web. These simple tags contained in angle brackets constitute today's Web. In 1991, Tim Berners-Lee wrote a document called "HTML Tags", which contains about 20 HTML tags used to mark web pages. He directl
    2025-01-22
  • HTML5: Deserved or overblown?

    HTML5: Deserved or overblown?

    HTML5 is another important version after HTML4.01, XHTML 1.0 and DOM 2 HTML, aiming to eliminate the dependence of Rich Internet Programs (RIA) on browser plug-ins such as Flash, Silverlight, and JavaFX.
    2025-01-21
  • Watching Fire from the Other Side Explains Flash and HTML5 for You

    Watching Fire from the Other Side Explains Flash and HTML5 for You

    HTML5 does not only refer to HTML5 itself, but generally refers to the entire web front-end technology included in HTML5, CSS3, JavaScript and new browser APIs.
    2025-01-21
  • Refuting Steve Jobs’ anti-Flash remarks

    Refuting Steve Jobs’ anti-Flash remarks

    As soon as Jobs's anti-Flash remarks were issued, they immediately stirred up waves. Overall, some of his statements are reasonable, but some of them are questionable. Apple has made several brave moves in its history, such as abandoning parallel and
    2025-01-21
  • HTML Optimization Miscellaneous Notes

    HTML Optimization Miscellaneous Notes

    The most basic part of web page optimization should be HTML optimization. Specifically, the first is markup cleaning. Cleaning markup can not only reduce the size of the document, but also make the document easier to maintain and improve the visibility of
    2025-01-20