Tools, FAQ, Tutorials:
Smallest Valid XHTML 1.0 Dodument
What is a Smallest Valid XHTML 1.0 Dodument?
✍: 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.
Â
⇒⇒HTML Tutorials
2017-02-20, 884👍, 0💬
Popular Posts:
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...