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 a Smallest Valid XHTML Dodument
What is a Smallest Valid XHTML Dodument? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags
✍: FYIcenter.com
If you are interested to see the smallest, but valid, XHTML document, check this one:
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html><head><title/></head><body><p/></body></html>
But it is not that useful. It has an empty title and an empty body.
2007-05-12, 5078👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.
How To Define a Sub Function? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions A...
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...