W3C Tutorial (3): W3C HTML Activities

W3C Tutorial (3): W3C HTML Activities HTML 3.2 January 14, 1997 HTML 4.0 May 24, 1998 HTML 4.01 December 24, 1999 In the next section you'll find information about the XHTML specification and timeline. W3C References:
W3C HTML Home Page

HTML is a hybrid language used for publishing on the World Wide Web. XHTML is the latest version of HTML.
HTML is a hybrid language used for publishing on the World Wide Web.
XHTML is the latest version of HTML. HTML Tutorial To learn more about HTML, read our HTML Tutorial.
To learn more about XHTML, read our XHTML tutorial. HTML Version HTML 2.0
HTML 2.0 was developed in 1996 by the HTML Working Group of the Internet Engineering Task Force.
HTML 2.0 is an outdated version of HTML. The browsers currently available on the market all rely on newer versions of HTML. For a WEB developer, there is no need for the HTML 2.0 standard. HTML 3.2
HTML 3.2 was published as a W3C standard on January 14, 1997. HTML 3.2 adds widely used features to the HTML 2.0 standard, such as fonts, tables, applets, text flow around images, and superscripts and subscripts.
One of these elements, added to the HTML 3.2 standard in 1997 — the <font> tag — introduced unnecessary complexity into the important task of separating HTML content and presentation. HTML 4.0
HTML 4.0 was published as a W3C Recommendation on December 18, 1997. A second version, with only some editorial corrections, was released on April 24, 1998.
The most important feature of HTML 4.0 is the introduction of style sheets (CSS).
Our W3C CSS section summarizes W3C CSS activities. HTML 4.01
HTML 4.01 was published as a W3C Recommendation on December 24, 1999.
HTML 4.01 is a minor update to HTML 4.0 that includes revisions and bug fixes.
The W3C will not continue to develop HTML. Future W3C work will focus on XHTML. XHTML 1.0 (the latest version of HTML)
XHTML 1.0 is a reformulation of HTML 4.01 using XML.
XHTML 1.0 was published as a W3C Recommendation on January 20, 2000. W3C HTML specifications and timeline
specification recommend

<<:  How to implement responsive layout with CSS

>>:  JavaScript prototype and prototype chain details

Recommend

How to implement JavaScript output of Fibonacci sequence

Table of contents topic analyze Basic solution Ba...

Vue implements accordion effect

This article example shares the specific code of ...

Overview of MySQL Statistics

MySQL executes SQL through the process of SQL par...

Detailed explanation of WeChat Mini Program official face verification

The mini program collected user personal informat...

Do you know why vue data is a function?

Official website explanation: When a component is...

How to uninstall Linux's native openjdk and install sun jdk

See: https://www.jb51.net/article/112612.htm Chec...

CSS3 clear float method example

1. Purpose Through this article, everyone can und...

Detailed process of decompressing and installing mysql5.7.17 zip

1. Download address https://dev.mysql.com/downloa...

How to manually build a new image with docker

This article introduces the method of manually bu...

MySQL uses custom functions to recursively query parent ID or child ID

background: In MySQL, if there is a limited level...

Vue data responsiveness summary

Before talking about data responsiveness, we need...

How to use css overflow: hidden (overflow hiding and clearing floats)

Overflow Hide It means hiding text or image infor...

How to completely delete and uninstall MySQL in Windows 10

Preface This article introduces a tutorial on how...

Summary of Vue watch monitoring methods

Table of contents 1. The role of watch in vue is ...

Summary of pitfalls in virtualbox centos7 nat+host-only networking

Table of contents 1. Problem Background 2. What a...