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 Wrong with This HEAD Element
What Is Wrong with This HEAD Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags
✍: FYIcenter.com
If you have trouble passing the XHTML 1.0 validation on your head element, check the following common mistakes:
2007-05-12, 4797👍, 0💬
Popular Posts:
What is difference between SITP and UTP in testing ? UTP (Unit Test Plan) are done at smallest unit ...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
How is normally a project management plan document organized ? PMP document forms the bible of a pro...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...