Lightbulbalways start html like this

Posts 1–4 of 4 · Page 1 of 1
always start html like this
when using html/xhtml you usually want to do this:
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/HTML]
or:
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/HTML]
for most websites
Yes... ... whats the point of this?
lol -.-" not neccesarily, shows only whether ur website is valid or not, tells the browser which tags are allowed according to xhtml something like that
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?