


[About W3C standards] Is it necessary to strictly adhere to the DTD standards to which elements should be applied? _html/css_WEB-ITnose
Source of the problem:
In the process of learning, I found that HTML4.01, But during the practice, when I learned to write the surface layer of a website, I found that it can be used normally. For example, the
My question:
(1) http://www.w3school.com.cn/tags/html_ref_dtd.asp
Such a standard, here What does it mean to say "no" or "no"? What exactly does it mean? Does it mean unavailable? (Looks like not)
(2) Do the standards listed by W3C (such as the standard at the end of the link) must be strictly followed in actual projects? What problems will occur if it is violated? Give me an example to clarify. Thank you!
Reply to discussion (solution)
First of all, the information on this website is not completely accurate.
Secondly, H5 was released from 08 It has been continuously improved since then and was completed in 2014.
This final standard specification of W3C has no direct relationship with us ordinary developers
but is related to the product versions launched by major browser manufacturers.
We are working on these browsers again.
/**************The above is all nonsense*****************/
Question 1.NO is, new element, deleted element.
Question 2. Must follow strict /Mixed mode, it depends on the project, it is actually not that exaggerated.
Now the development project is directly
/**************The following is also nonsense*******************/
In actual development We rarely use NO tags.
tags like , are never used at all.
If you want to use some new familiar tags like
Reply to webyellow: (1) Reply to the previous nonsense: In other words, these standards promoted by W3C (such as the link) are Provided to browser manufacturers as an adoptable specification when making browsers? As developers, we should understand the specifications of each browser rather than these, right?
(2) Reply to the next nonsense paragraph: (off-topic) I am still a beginner and have no work experience. After learning HTML CSS After that, let’s go into JS learning and then learn H5 C3, right? Or learn JS later? At present, I have decided to choose the former one. What are the advantages and disadvantages of the two learning paths? (I found that H5 is basically a variety of functional tags used with JS. It will be confusing to learn without JS)
(3) Reply to stuffing: How do you define and understand " Strict/mixed mode?
----------------------------------------------- -------------------------------------------------- --------
I have enough problems and need to keep learning!
1. There is no so-called standard in browsers, only support for the standard.
2. Personally, I don’t think it is necessary. Just learn whatever you like and what you think you need. Instead of dictating what you should learn, it is better to study some small things.
For example, what happens when a block element uses float? Wait
Life is very tolerant of mistakes, just follow your feelings.
3. What should I do now? It is to follow the leadership's arrangements.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex
