0
Is !DOCTYPE HTML the only type tha exists or there are others too
i kind of a noob
3 Respostas
+ 3
<!DOCTYPE html>
Is the new HTML5 doctype:
The previous types were more complicated.
HTML 4.01 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
HTML 4.01 Transitional
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www.w3.org/TR/html4/loose.dtd">
HTML 4.01 Frameset
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/
TR/html4/frameset.dtd">
+ 1
thx
0
Not sure, but I think
<!DOCTYPE html> works too.
and !DOCTYPE html