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, 1478🔥, 0💬
Popular Posts:
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
What is the standard to map XML repeating elements to JSON values? There seems to be no industry sta...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...