Smallest Valid HTML5 Dodument

Q

What is a Smallest Valid HTML5 Dodument?

✍: FYIcenter.com

A

If you are interested to see the smallest, but valid, HTML5 document, look at this one:

<!DOCTYPE html>
<html><head><title>Hello</title></head><body><footer>World!</footer></body></html>

Note that the "footer" element is a new markup element introduced in HTML5.

 

⇒Introduction of HTML5

⇒⇒HTML Tutorials

2017-02-20, 855👍, 0💬