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:
How To Enter Comments into XHTML documents
How To Enter Comments into XHTML documents? - XHTML Tutorials - Introduction To Tag and Attribute Syntax
✍: FYIcenter.com
If you want to enter comments into an XHTML document, you can use the comment tag: "<!-- ... -->".
Here are some good examples of XHTML comments:
<!-- Start north banner -->... <script type="text/javascript"> <!-- alert("Are you ok?"); --> </script>... <!-- A long ... paragraph ... of comments -->...
2007-05-12, 5168👍, 0💬
Popular Posts:
Enable ASP.NET polling using “web.config” file Now that all our database side is configured in order...
What is thread? A thread is an independent path of execution in a system.
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
How To Remove the Top White Space of Your Web Page? - CSS Tutorials - Introduction To CSS Basics The...
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...