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 Validate HTML Documents Online
How To Validate HTML Documents Online?
✍: FYIcenter
If you have just finished a new HTML document, and you want to make sure that confirms with the HTML specification, you can use the HTML online validator at http://validator.w3.org/.
There are 3 ways you can use this validator:
The validator will return a page with validation result.
2007-03-03, 5084👍, 0💬
Popular Posts:
An application needs to load a library before it starts to run, how to code? One option is to use a ...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
Can you explain steps in function points? Below are the steps in function points: >First Count ILF, ...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...