![]() |
For the full list of displayable characters, check out theASCII CHART.
Example
I had to learn this one early- I was the MIS Director for Jacoby & Meyers!
I want to use the words, "me & you" so that they appear
just like that. I also want to do a smiley face ;->
or maybe a sad face ;-<
Some characters like > & < have special meaning to HTML. Therefore we must use special codes
& is &, < is <, and > is >
Source code I had to learn this one early- I was the MIS Director for
Jacoby & Meyers!
I want to use the words, "me & you" so that they appear
just like that. I also want to do a smiley face ;->
or maybe a sad face ;-<
Related Articles
- The ASCII ChartAn ASCII Chart is a simple way to keep a list of what all the printable, or displayable characters are. All computers store information as a set of 1s and 0s (bits), not as actual characters. A group of eight (8) bits make a byte. Believe it or not, four bits actually make a nibble and two nibbl.....
- Displaying Date and Time using PHPType exactly like below in Notepad or any other HTML Editor and save it as date.php in your localhost.
- HTML CharactersGreater-than and less-than signs have special meaning within HTML documents and, because of this, cant be used on a web page unless they are specified in a particular way. These special characters are specified in HTML by surrounding a simple description of them with an ampersand (&) and a sem...
- Displaying Date and Time using PHPYou dont have to know PHP programming to do this tutorial.
- String FunctionsThis tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.
- The Debate Rages On: Code vs ContentI recently attended a seminar and the guest speaker was a well respected SEO Expert. His presentation was fluid and I must admit he did an awesome job of captivating his audience.
- Regular ExpressionsRegular expressions provide a means for advanced string matching and manipulation. They are very often not a pretty thing to look at. For instance:
- Web Designer's Guide to Search Engine OptimizationFrom a search engine point of view, the perfect webpage has no graphics, no scripting, no tables...etc but just alot of normal, plain readable text. You can just take it that plain text is the food for search engine spiders.
- Random Password GenerationWeb programmers will enjoy this article. It is a quick and effective way to create Random Password Generation - needed for security and anti-spam measures. The author provides concise lines of code, screenshots and simply read texts.
- Hacked Off With CSS?Learn what CSS hacking is and why not to do it.

