Tools, FAQ, Tutorials:
Smallest Valid XHTML5 Dodument
What is a Smallest Valid XHTML5 Dodument?
✍: 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.
Â
⇒⇒HTML Tutorials
2017-02-20, 978👍, 0💬
Popular Posts:
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...