Contents
Introduction to the construction of an HTML
document HTML version information The HTML
component The document head The HEAD
aspect The TITLE
aspect The title
attribute Meta info Specifying meta data The META
factor Meta data profiles The document system The System
element Aspect identifiers: the id
and class attributes Block-level and inline aspects Grouping components: the DIV and SPAN elements Headings: The H1,
Office 2007 Ultimate Key, H2,
Office 2010 Serial, H3,
Windows 7 Pro Key,
H4, H5, H6 components The Address
factor
Here's an instance of a basic HTML document:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "">
<HTML> <HEAD> <TITLE>My first HTML document</TITLE> </HEAD> <BODY> <P>Hello world,
Office Standard! </BODY>
</HTML>
Note. As of the 24 December edition of HTML 4.01, the
HTML Working Group commits to the following policy:
Any changes to future HTML 4 DTDs will not invalidate documents that
conform for the DTDs of the present specification. The HTML Working Group
reserves the right to correct known bugs. Software conforming to your DTDs of the present specification may ignore
features of future HTML 4 DTDs that it does not recognize.
This means that in a document type declaration,
Office Pro Plus 2010, authors may safely use a
system identifier that refers to the latest edition of an HTML 4 DTD. Authors
may also choose to use a system identifier that refers to a specific (dated)
model of an HTML 4 DTD when validation to that particular DTD is required.
W3C will make every effort to make archival documents indefinitely available at
their original tackle in their original form.