Tools, FAQ, Tutorials:
Smallest Valid XHTML 1.0 Document
What is a Smallest Valid XHTML 1.0 Document?
✍: FYIcenter.com
If you are interested to see the smallest, but valid, XHTML document, look at 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.
2023-11-02, ∼2003🔥, 0💬
Popular Posts:
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...