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, ∼1831🔥, 0💬
Popular Posts:
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...