Understanding the Web series |
Topic status automatically displays here - do not remove.
This topic explores the principles and purpose of Hyper-Text Markup Language (HTML). HTML is officially defined in standards published by the World Wide Web (WWW) Consortium (W3C) at http://www.w3.org/MarkUp/.
W3C produces what are known as "Recommendations". These are specifications, developed by W3C working groups, and then reviewed by Members of the Consortium. A W3C Recommendation indicates that consensus has been reached among the Consortium Members that a specification is appropriate for widespread use.
A list of current W3C Recommendations and other technical documents can be found at http://www.w3.org/TR.
HTML is a non-proprietary subset of the Standard General Markup Language (SGML—see
ISO8879), and is designed for human-readable simple markup of documents
using plain ASCII text for transmission and distribution over the internet and
the WWW. HTML marks-up (constructs) a document with tags such as <h1>
and </h1>
to structure text into headings, paragraphs, lists, hypertext
links etc.
HTML can be created and processed by a wide range of tools, from simple plain text editors to sophisticated WYSIWYG authoring tools.
HTML is retrieved and read by a device known as a 'user agent', which may render and display the document, read it aloud, cause it to be printed, or convert it to another format, etc. An 'HTML user agent' is one that supports the HTML 2.x, HTML 3.x, or HTML 4.x specifications—see HTML4.
Notes
The basic structure of an HTML table is described in
Understanding HTML Tables.
[insert more crosslinks here]
The Extensible Hyper-Text Markup Language (XHTML„) is a family of current and future document types and modules that reproduce, subset, and extend HTML, reformulated in XML. XHTML Family document types are all XML-based, and ultimately are designed to work in conjunction with XML-based user agents. XHTML is the successor of HTML.
XHTML 1.0 is the first major change to HTML since HTML 4.0 was released in 1997. It brings the rigor of XML to Web pages and is the keystone in W3C's work to create standards that provide richer Web pages on an ever increasing range of browser platforms including cell phones, televisions, cars, wallet sized wireless communicators, kiosks, and desktops.
Documents written in XHTML (and other XML-based languages—see XHTML Differences) differ from HTML with several notable differences between the mark-up vocabularies:
<br/>
or <hr></hr>
).
[to be described]
Sub text
Document type declarations
According to HTML Compatibility
Guidelines of XHTML 1.0:
When an XML declaration is not included in a document, the [HTML] document can
only use the default character encodings UTF-8 or UTF-16.
Lotech Solutions' Tips, Tricks, and Procedures
Copyright Lotech Solutions. All rights reserved.