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, ∼2530🔥, 0💬
Popular Posts:
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...