With an HTML document almost everything is inside the html head and body. What are all the things that can be outside of the html head and body?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
HTML 4.01 Spec specifies these three parts an HTML document is comprised of:
HTML 5 Editor Spec specifies
and |
||||
|
|
|
Only comments and space characters.
Source: http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#writing |
|||
|
|