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, ∼2436🔥, 0💬
Popular Posts:
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...