Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Show HTML Source Code without Being Interpreted by Browsers
How can I show HTML examples without them being interpreted as part of my document?
✍: FYIcenter
Within the HTML example, first replace the "&" character with
"&" everywhere it occurs.
Then replace the "<" character with "<" and the ">"
character with ">" in the same way.
Note that it may be appropriate to use the CODE and/or PRE elements
when displaying HTML examples.
2007-03-03, 7061👍, 0💬
Popular Posts:
How do we assign page specific attributes ? Page attributes are specified using the @Page directive.
How To Create an Add-to-Netvibes Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...