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, ∼1887🔥, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...