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, 5065👍, 0💬
Popular Posts:
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the ...
What is thread? A thread is an independent path of execution in a system.
How do you pass control from one JSP page to another? Use the following ways to pass control of a re...