|
HTML Tips and Techniques Many characters you might want to use, like the > or <, are special HTML characters. How do you get one to display on your webpage? The answer is to use the character entity that represents it. For example, the & is a special character in HTML and you should not use it within your HTML document. In order to show a &, you want to use the characters & The same holds true for other characters. for example > is < < is > " is " In addition, you can make many special letters used in French, Spanish and other languages by using these sorts of combinations. For these, you use the ID # of that character. Here are some examples: Ñ displays by using Ñ í displays by using í ö displays by using ö Visit the W3.org master definition for all valid codes. Lisa's HTML Tips and Techniques Homepage
Other Sites by Lisa
Lisa Shea Homepage | Advertising Info | Low Carb Recipes | Sangria Recipes | Travelogues | Game Walkthroughs All content copyright © 2009 Minerva WebWorks LLC. All rights reserved. You MUST GET WRITTEN PERMISSION to reprint or republish any of this material.
|
|