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, 1097👍, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...