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

HTML table tag tutorial (13): internal border style attributes RULES

RULES can be used to control the style of the int...

Explanation of the precautions for Mysql master-slave replication

1. Error error connecting to master 'x@xxxx:x...

12 Javascript table controls (DataGrid) are sorted out

When the DataSource property of a DataGrid control...

Implementation of Docker data volume operations

Getting Started with Data Volumes In the previous...

MySQL 4 common master-slave replication architectures

Table of contents One master and multiple slaves ...

Detailed Analysis of the Selection of MySQL Common Index and Unique Index

Suppose a user management system where each perso...

Web page HTML code: production of scrolling text

In this section, the author describes the special...

Based on the special characters in the URL escape encoding

Table of contents Special characters in URLs URL ...

Detailed explanation of Nginx access restriction configuration

What is Nginx access restriction configuration Ng...

How to hide the version number in Nginx

Nginx hides version number In a production enviro...

Detailed explanation of real-time backup knowledge points of MySQL database

Preface The need for real-time database backup is...

TypeScript generic parameter default types and new strict compilation option

Table of contents Overview Create a type definiti...

How to install php7 + nginx environment under centos6.6

This article describes how to install php7 + ngin...

Example of using the href attribute and onclick event of a tag

The a tag is mainly used to implement page jump, ...

A brief analysis of the function calling process under the ARM architecture

Table of contents 1. Background knowledge 1. Intr...