View Single Post
Old 2016-02-10, 04:16 AM   #1
ecchi
Banned
 
ecchi's Avatar
 
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
Yes but without the declaration it processes most Javascript perfectly, so why not all Javascript? Also the declaration I am making does not tell it what version of HTML I'm using, I simply added:
Code:
<!DOCTYPE html>
Which basically says "I'm using some kind of html, but I'm not going to tell you what version - work it out for yourself", which the browser already knew from the .html file extension.
ecchi is offline   Reply With Quote