I dont understand the doctype in html.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Can you please explain what does each thing mean here.
There is a further breakdown on about.com. |
|||||
|
|
The parts of that doctype are:
However, you don't really have to know what it all means. Just pick one of the doctype declarations from W3C's recommended list of doctype declarations. |
|||
|
|
<!DOCTYPE html>. – Oded♦ May 1 '11 at 18:05