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, ∼3725🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...