Posts: 1,584
Location: Kokkola, Finland
|
no you don't call it xhtml, just plain html, or asp or php or whatever you're using but the dtd should look like this and just this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|