Re: HTML Code for "Greater Than or Equals to" Symbol

Subject: Re: HTML Code for "Greater Than or Equals to" Symbol
From: Jon Beckton <Jon -dot- Beckton -at- asml -dot- nl>
To: TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Tue, 21 Dec 1999 10:10:16 +0100

> At 6:29 PM -0800 12/20/99, Marilynne Smith wrote:
> >Opening single angle quote is %#139; (ampersand, pound, 139, semicolon)

This from "A Beginner's Guide to HTML":

> Escape Sequences (a.k.a. Character Entities)
> Character entities have two functions:
> ? escaping special characters
> ? displaying other characters not available in the plain ASCII character set (primarily characters with diacritical marks)
> Three ASCII characters--the left angle bracket (<), the right angle bracket (>), and the ampersand (&)--have special meanings in HTML and therefore cannot be used "as is" in text. (The angle brackets are used to indicate the beginning and end of HTML tags, and the ampersand is used to indicate the beginning of an escape sequence.) Double quote marks may be used as-is but a character entity may also be used (").
> To use one of the three characters in an HTML document, you must enter its escape sequence instead:
> &lt; the escape sequence for <
> &gt; the escape sequence for >
> &amp; the escape sequence for &
> Additional escape sequences support accented characters, such as:
> &ouml; a lowercase o with an umlaut: ö
> &ntilde; a lowercase n with a tilde: ñ
> &Egrave; an uppercase E with a grave accent: È
> You can substitute other letters for the o, n, and E shown above. Visit the World Wide Web Consortium for a complete list of special characters.
> NOTE: Unlike the rest of HTML, the escape sequences are case sensitive. You cannot, for instance, use &LT; instead of <.

The list of special characters is at:

http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_13.html

...and does not include the "greater than or equal to" symbol.

Jon Beckton




Previous by Author: Re: folder/directory on Windows NT
Next by Author: Units Conversion
Previous by Thread: Re: HTML Code for "Greater Than or Equals to" Symbol
Next by Thread: RE: HTML Code for "Greater Than or Equals to" Symbol


What this post helpful? Share it with friends and colleagues:


Sponsored Ads