Tools, FAQ, Tutorials:
Smallest Valid XHTML5 Document
What is a Smallest Valid XHTML5 Document?
✍: FYIcenter.com
If you are interested to see the smallest, but valid, XHTML5 document, look at this one:
<?xml version="1.0" ?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>Hello</title></head><body><footer>World!</footer></body> </html>
Note that the "footer" element is a new markup element introduced in HTML5.
⇒ Validating XHTML5 Documents Online
2024-03-17, ∼3677🔥, 0💬
Popular Posts:
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
What is EPUB 3.0 Metadata "dc:description" Element? EPUB 3.0 Metadata "dc:description" is an optiona...