<!DOCTYPE html> <html lang="en"> ... </html>
No version attribute needed. The doctype triggers standards mode in browsers.
version
This is what you should write in all new projects instead of version="4.01".
version="4.01"
Lines: 0 | Characters: 0