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, ∼3468🔥, 0💬
Popular Posts:
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...