" and "" delimit an "anchor", "href" introducesa hypertext reference, which is most often a Uniform Resource Locator (URL) (the string in double quotes in the exampleabove). The link will be represented in the browser by thetext "foo" (typically shown underlined and in a differentcolour).
A certain place within an HTML document can be marked with anamed anchor, e.g.:
The "fragment identifier", "baz", can be used in an href byappending "#baz" to the document name.
Other common tags include for a new paragraph, ..for bold text,
forpreformated text, , .. for headings.
HTML supports some standard SGML national characters andother non-ASCII characters through special escape sequences, e.g. "é" for a lower case 'e' with an acuteaccent. You can sometimes get away without the terminatingsemicolon but it's bad style.
Most systems will ignore the case of tags and attributes butlower case should be used for compatibility with XHTML.
The World-Wide Web Consortium (W3C) is the internationalstandards body for HTML.
Latest version: XHTML 1.0, as of 2000-09-10.
http://w3.org/MarkUp/.
Character escape sequences.
See also weblint.