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, 1477🔥, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...