Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is an XHTML Entity
What Is an XHTML Entity? - XHTML Tutorials - Introduction To Element Content Syntax
✍: FYIcenter.com
An XHTML entity is escape sequence used to represent a special character that is hard to enter via a normal keyboard. For example, you can not find a key on your keyboard to enter the copyright character, "©" directly. You need to use the XHTML entity "©" to represent the copyright character in your XTHML document.
Valid XHTML entities are defined in the following 3 files:
2007-05-12, 5448👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
Can Sub Procedure/Function Be Called Recursively? - Oracle DBA FAQ - Creating Your Own PL/SQL Proced...
How To Recover a Dropped Index? - Oracle DBA FAQ - Managing Oracle Table Indexes If you have the rec...
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...