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, 800👍, 0💬
Popular Posts:
How To Control Horizontal Alignment in Table Cells? By default, text in all table cells are aligned ...
How to use the API operation 2017 version setting "Rewrite URL template"? The API operation setting ...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How To Connect to MySQL from a PHP Script in PHP? If you want access the MySQL server, you must crea...