7
I have a project already ready, done in HTML 4.01, as I can change so that it recognizes HTML 5 ?
I can just change that:
< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" >
for:
< !DOCTYPE html >
and it will work ?
ba, cool. Thanks.
– Estácio Di Fabio